java.lang.Object
ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.SuperClass
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SuperClass
public SuperClass()
-
Method Details
-
get
@POST
@Path("post")
@Consumes("text/xml")
@Produces("text/xml")
public String get(@DefaultValue("default") @QueryParam("pqr")
String param)