Uses of Class
org.jboss.resteasy.wadl.jaxb.Response
-
Packages that use Response Package Description org.jboss.resteasy.wadl.jaxb -
-
Uses of Response in org.jboss.resteasy.wadl.jaxb
Fields in org.jboss.resteasy.wadl.jaxb with type parameters of type Response Modifier and Type Field Description protected List<Response>
Method. response
Methods in org.jboss.resteasy.wadl.jaxb that return Response Modifier and Type Method Description Response
ObjectFactory. createResponse()
Create an instance ofResponse
Methods in org.jboss.resteasy.wadl.jaxb that return types with arguments of type Response Modifier and Type Method Description List<Response>
Method. getResponse()
Gets the value of the response property.
-