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 TypeMethodDescriptionConverts the givenrequestinto anOperationRequest.
-
Method Details
-
convert
Converts the givenrequestinto anOperationRequest.- Parameters:
request- the request- Returns:
- the operation request
- Throws:
ConversionException- if the conversion fails
-