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 givenresponse
into anOperationResponse
.
-
Method Details
-
convert
Converts the givenresponse
into anOperationResponse
.- Parameters:
response
- the response- Returns:
- the operation response
- Throws:
ConversionException
- if the conversion fails
-