Uses of Class
com.sun.research.ws.wadl.Response
-
Packages that use Response 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 Response in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type Response Modifier and Type Field Description protected List<Response>Method. responseMethods in com.sun.research.ws.wadl that return Response Modifier and Type Method Description ResponseObjectFactory. createResponse()Create an instance ofResponseMethods in com.sun.research.ws.wadl that return types with arguments of type Response Modifier and Type Method Description List<Response>Method. getResponse()Gets the value of the response property. -
Uses of Response in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl that return types with arguments of type Response Modifier and Type Method Description List<Response>WadlGenerator. createResponses(Resource r, ResourceMethod m) -
Uses of Response in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal that return types with arguments of type Response Modifier and Type Method Description List<Response>WadlGeneratorImpl. createResponses(Resource r, ResourceMethod m)
-