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. -
-
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)
-