Interface RequestConverter<R>

Type Parameters:
R - the implementation-specific request type

public interface RequestConverter<R>
A RequestConverter is used to convert an implementation-specific request into an OperationRequest.
Since:
1.1.0
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(R request)
    Converts the given request into an OperationRequest.
  • Method Details

    • convert

      OperationRequest convert(R request)
      Converts the given request into an OperationRequest.
      Parameters:
      request - the request
      Returns:
      the operation request
      Throws:
      ConversionException - if the conversion fails