Interface Operation

All Known Implementing Classes:
StandardOperation

public interface Operation
Describes an operation performed on a RESTful service.
Author:
Andy Wilkinson
  • Method Details

    • getAttributes

      Map<String,Object> getAttributes()
      Returns a Map 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