Class HelloService

  • All Implemented Interfaces:
    IHelloService

    public class HelloService
    extends java.lang.Object
    implements IHelloService
    The hello service impl.
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String sayHello​(java.lang.String name)
      Say hello method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelloService

        public HelloService()
    • Method Detail

      • sayHello

        public java.lang.String sayHello​(java.lang.String name)
        Say hello method.
        Specified by:
        sayHello in interface IHelloService
        Parameters:
        name - The name to greet.
        Returns:
        The greeting.