Uses of Class
org.restlet.ext.wadl.ResponseInfo
-
Packages that use ResponseInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of ResponseInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as ResponseInfo Modifier and Type Field Description private ResponseInfoWadlRepresentation.ContentReader. currentResponseThe current parsed "response" tag.Fields in org.restlet.ext.wadl with type parameters of type ResponseInfo Modifier and Type Field Description private java.util.List<ResponseInfo>MethodInfo. responsesDeprecated.Describes the output of the method.Methods in org.restlet.ext.wadl that return ResponseInfo Modifier and Type Method Description ResponseInfoMethodInfo. getResponse()Deprecated.Returns the last added response of the method.Methods in org.restlet.ext.wadl that return types with arguments of type ResponseInfo Modifier and Type Method Description java.util.List<ResponseInfo>MethodInfo. getResponses()Deprecated.Returns the output of the method.Methods in org.restlet.ext.wadl with parameters of type ResponseInfo Modifier and Type Method Description protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, ResponseInfo responseInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information for the given method and response.Method parameters in org.restlet.ext.wadl with type arguments of type ResponseInfo Modifier and Type Method Description voidMethodInfo. setResponses(java.util.List<ResponseInfo> responses)Deprecated.Sets the output of the method.
-