Interface HelloWorldService
- All Known Implementing Classes:
HelloWorldServiceImpl
public interface HelloWorldService
Api for the Hello World Service
-
Method Summary
Modifier and TypeMethodDescriptionOutputs "Hello!"Outputs "Hello World!"
-
Method Details
-
helloWorld
String helloWorld()Outputs "Hello World!"- Returns:
- String with the text
-
helloName
Outputs "Hello!" or "Hello " + name- Parameters:
name- name of the person to greet- Returns:
- String with the text
-