@Path(value="/hello") public class Helloworld extends Object
Helloworld()
String
getUser(String user)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Helloworld()
@GET @Path(value="/{user}") public String getUser(@PathParam(value="user") String user)
Copyright © 2017 WSO2. All rights reserved.