java.lang.ObjectMyWebService
@Path(value="/mywebservice") public class MyWebService
Constructor Summary | |
---|---|
MyWebService()
|
Method Summary | |
---|---|
java.lang.String |
test()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyWebService()
Method Detail |
---|
@GET @Produces(value="text/plain") public java.lang.String test()