Package org.wso2.msf4j.example
Class Hello
- java.lang.Object
-
- org.wso2.msf4j.example.Hello
-
@Component @Path("/hello") public class Hello extends java.lang.ObjectMSF4J service class annotated with MSF4J and Spring annotations.
-
-
Constructor Summary
Constructors Constructor Description Hello()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringhello(java.lang.String name)
-
-
-
Method Detail
-
hello
@GET @Path("/{name}") public java.lang.String hello(@PathParam("name") java.lang.String name) throws InvalidNameException- Throws:
InvalidNameException
-
-