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