Interface IMyService

  • All Known Implementing Classes:
    MyService

    public interface IMyService
    Service interface for a simple "Hello World" app.
    Author:
    Alastair Maw
    • Method Detail

      • getHelloWorldText

        String getHelloWorldText()
        Retrieves the text to say "Hello World".
        Returns:
        "Hello World"