public class InvokeRequestMarshaller extends java.lang.Object implements Marshaller<Request<InvokeRequest>,InvokeRequest>
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_CONTENT_TYPE |
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
InvokeRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<InvokeRequest> |
marshall(InvokeRequest invokeRequest) |
private static final java.lang.String DEFAULT_CONTENT_TYPE
private final SdkJsonProtocolFactory protocolFactory
public InvokeRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<InvokeRequest> marshall(InvokeRequest invokeRequest)
marshall
in interface Marshaller<Request<InvokeRequest>,InvokeRequest>