Package | Description |
---|---|
org.restlet.ext.wadl |
Support the WADL specification.
|
Modifier and Type | Method and Description |
---|---|
ResponseInfo |
MethodInfo.getResponse()
Deprecated.
Returns the last added response of the method.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResponseInfo> |
MethodInfo.getResponses()
Deprecated.
Returns the output of the method.
|
Modifier and Type | Method and Description |
---|---|
protected RepresentationInfo |
WadlServerResource.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.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodInfo.setResponses(java.util.List<ResponseInfo> responses)
Deprecated.
Sets the output of the method.
|
Copyright © 2005-2024 Restlet.