Interface Operation
- All Known Implementing Classes:
StandardOperation
public interface Operation
Describes an operation performed on a RESTful service.
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionReturns aMap
of attributes associated with the operation.getName()
Returns the name of the operation.Returns the request that was sent.Returns the response that was received.
-
Method Details
-
getAttributes
Returns aMap
of attributes associated with the operation.- Returns:
- the attributes
-
getName
String getName()Returns the name of the operation.- Returns:
- the name
-
getRequest
OperationRequest getRequest()Returns the request that was sent.- Returns:
- the request
-
getResponse
OperationResponse getResponse()Returns the response that was received.- Returns:
- the response
-