@Component @Path(value="/hello") public class Hello extends Object
| Constructor and Description |
|---|
Hello() |
@GET
@Path(value="/{name}")
public String hello(@PathParam(value="name")
String name)
throws InvalidNameException
InvalidNameExceptionCopyright © 2017 WSO2. All rights reserved.