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
-
getName
-
getRequest
-
getResponse
-