Interface HelloWorldService

All Known Implementing Classes:
HelloWorldServiceImpl

public interface HelloWorldService
Api for the Hello World Service
  • Method Summary

    Modifier and Type
    Method
    Description
    Outputs "Hello!"
    Outputs "Hello World!"
  • Method Details

    • helloWorld

      String helloWorld()
      Outputs "Hello World!"
      Returns:
      String with the text
    • helloName

      String helloName(String name)
      Outputs "Hello!" or "Hello " + name
      Parameters:
      name - name of the person to greet
      Returns:
      String with the text