Package | Description |
---|---|
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
ResponseInfo |
MethodInfo.getResponse()
Returns the last added response of the method.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseInfo> |
MethodInfo.getResponses()
Returns the output of the method.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodInfo.setResponses(List<ResponseInfo> responses)
Sets the output of the method.
|
Copyright © 2005–2015. All rights reserved.