Uses of Class
com.sun.research.ws.wadl.Request
Packages that use Request
Package
Description
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL internal classes.
Jersey server-side WADL internal classes supporting
wadl generators.Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators.-
Uses of Request in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl declared as RequestMethods in com.sun.research.ws.wadl that return RequestModifier and TypeMethodDescriptionObjectFactory.createRequest()Create an instance ofRequestMethod.getRequest()Gets the value of the request property.Methods in com.sun.research.ws.wadl with parameters of type RequestModifier and TypeMethodDescriptionvoidMethod.setRequest(Request value) Sets the value of the request property. -
Uses of Request in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl that return Request -
Uses of Request in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal that return Request -
Uses of Request in org.glassfish.jersey.server.wadl.internal.generators
Methods in org.glassfish.jersey.server.wadl.internal.generators that return RequestModifier and TypeMethodDescriptionWadlGeneratorApplicationDoc.createRequest(Resource r, ResourceMethod m) WadlGeneratorGrammarsSupport.createRequest(Resource ar, ResourceMethod arm) WadlGeneratorJAXBGrammarGenerator.createRequest(Resource ar, ResourceMethod arm) -
Uses of Request in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Methods in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc that return RequestModifier and TypeMethodDescriptionWadlGeneratorResourceDocSupport.createRequest(Resource r, ResourceMethod m)