See: Description
Interface | Description |
---|---|
Operation |
Describes an operation performed on a RESTful service.
|
OperationRequest |
The request that was sent as part of performing an operation on a RESTful service.
|
OperationRequestPart |
A part of a multipart request.
|
OperationResponse |
The response that was received as part of performing an operation on a RESTful service.
|
RequestConverter<R> |
A
RequestConverter is used to convert an implementation-specific request into
an OperationRequest . |
ResponseConverter<R> |
A
ResponseConverter is used to convert an implementation-specific response into
an OperationResponse . |
Class | Description |
---|---|
OperationRequestFactory |
A factory for creating
OperationRequests . |
OperationRequestPartFactory |
A factory for creating
OperationRequestParts . |
OperationResponseFactory |
A factory for creating
OperationResponses . |
Parameters |
The parameters received in a request.
|
QueryStringParser |
A parser for the query string of a URI.
|
StandardOperation |
Standard implementation of
Operation . |
Exception | Description |
---|---|
ConversionException |
An exception that can be thrown by
RequestConverter and
ResponseConverter implementations to indicate that a failure has occurred
during conversion. |