Interface ResponseConverter<R>
- Type Parameters:
R- the implementation-specific response type
public interface ResponseConverter<R>
A
ResponseConverter is used to convert an implementation-specific response into
an OperationResponse.- Since:
- 1.1.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionConverts the givenresponseinto anOperationResponse.
-
Method Details
-
convert
Converts the givenresponseinto anOperationResponse.- Parameters:
response- the response- Returns:
- the operation response
- Throws:
ConversionException- if the conversion fails
-