Interface IHelloService
-
- All Known Implementing Classes:
HelloService
public interface IHelloService
Say hello service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
sayHello(java.lang.String name)
Say hello method.
-