|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseInfo | |
---|---|
org.restlet.ext.wadl | Support the WADL specification. |
Uses of ResponseInfo in org.restlet.ext.wadl |
---|
Methods in org.restlet.ext.wadl that return ResponseInfo | |
---|---|
ResponseInfo |
MethodInfo.getResponse()
Returns the last added response of the method. |
Methods in org.restlet.ext.wadl that return types with arguments of type ResponseInfo | |
---|---|
List<ResponseInfo> |
MethodInfo.getResponses()
Returns the output of the method. |
Methods in org.restlet.ext.wadl with parameters of type ResponseInfo | |
---|---|
protected RepresentationInfo |
WadlServerResource.describe(MethodInfo methodInfo,
ResponseInfo responseInfo,
Class<?> representationClass,
Variant variant)
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 | |
---|---|
void |
MethodInfo.setResponses(List<ResponseInfo> responses)
Sets the output of the method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |