Uses of Class
com.sun.research.ws.wadl.Request
-
Packages that use Request Package Description com.sun.research.ws.wadl org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes.org.glassfish.jersey.server.wadl.internal.generators Jersey server-side WADL internal classes supportingwadl generators.org.glassfish.jersey.server.wadl.internal.generators.resourcedoc Jersey server-side WADL internal classes supporting generation of resource documentation withwadl generators. -
-
Uses of Request in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl declared as Request Modifier and Type Field Description protected RequestMethod. requestMethods in com.sun.research.ws.wadl that return Request Modifier and Type Method Description RequestObjectFactory. createRequest()Create an instance ofRequestRequestMethod. getRequest()Gets the value of the request property.Methods in com.sun.research.ws.wadl with parameters of type Request Modifier and Type Method Description voidMethod. 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 Modifier and Type Method Description RequestWadlGenerator. createRequest(Resource r, ResourceMethod m) -
Uses of Request in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal that return Request Modifier and Type Method Description RequestWadlGeneratorImpl. createRequest(Resource r, ResourceMethod m) -
Uses of Request in org.glassfish.jersey.server.wadl.internal.generators
Methods in org.glassfish.jersey.server.wadl.internal.generators that return Request Modifier and Type Method Description RequestWadlGeneratorApplicationDoc. createRequest(Resource r, ResourceMethod m)RequestWadlGeneratorGrammarsSupport. createRequest(Resource ar, ResourceMethod arm)RequestWadlGeneratorJAXBGrammarGenerator. 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 Request Modifier and Type Method Description RequestWadlGeneratorResourceDocSupport. createRequest(Resource r, ResourceMethod m)
-