Package org.wso2.msf4j.example
Class HelloService
- java.lang.Object
-
- org.wso2.msf4j.example.HelloService
-
@Component public class HelloService extends java.lang.ObjectHelloService class to be injected to Hello resource through Spring
-
-
Constructor Summary
Constructors Constructor Description HelloService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringhello(java.lang.String name)
-
-
-
Method Detail
-
hello
public java.lang.String hello(java.lang.String name) throws InvalidNameException- Throws:
InvalidNameException
-
-