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.
|
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.
|
StandardOperation |
Standard implementation of
Operation . |