Class XmlProtocolSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.client.specs.QueryProtocolSpec
software.amazon.awssdk.codegen.poet.client.specs.XmlProtocolSpec
- All Implemented Interfaces:
ProtocolSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.CodeBlock
asyncExecutionHandler
(IntermediateModel intermediateModel, OperationModel opModel) Execution handler invocation only differs for protocols that support streaming outputs (REST-JSON, REST-XML).Optional
<com.squareup.javapoet.CodeBlock> errorResponseHandler
(OperationModel opModel) com.squareup.javapoet.CodeBlock
executionHandler
(OperationModel opModel) com.squareup.javapoet.CodeBlock
responseHandler
(IntermediateModel model, OperationModel opModel) Methods inherited from class software.amazon.awssdk.codegen.poet.client.specs.QueryProtocolSpec
createErrorResponseHandler, initProtocolFactory, protocolFactory
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.codegen.poet.client.specs.ProtocolSpec
additionalMethods, asyncMarshaller, createEventstreamErrorResponseHandler, credentialType, discoveredEndpoint, executeFutureValueType, getClientHandlerClass, getPojoResponseType, hostPrefixExpression, populateHttpStatusCode, publishMetrics, publishMetricsWhenComplete, registerModeledExceptions, streamingMarshallerCode, streamingOutputWhenComplete, syncStreamingMarshaller
-
Constructor Details
-
XmlProtocolSpec
-
-
Method Details
-
responseHandler
public com.squareup.javapoet.CodeBlock responseHandler(IntermediateModel model, OperationModel opModel) - Specified by:
responseHandler
in interfaceProtocolSpec
- Overrides:
responseHandler
in classQueryProtocolSpec
-
errorResponseHandler
- Specified by:
errorResponseHandler
in interfaceProtocolSpec
- Overrides:
errorResponseHandler
in classQueryProtocolSpec
-
executionHandler
- Specified by:
executionHandler
in interfaceProtocolSpec
- Overrides:
executionHandler
in classQueryProtocolSpec
-
asyncExecutionHandler
public com.squareup.javapoet.CodeBlock asyncExecutionHandler(IntermediateModel intermediateModel, OperationModel opModel) Description copied from interface:ProtocolSpec
Execution handler invocation only differs for protocols that support streaming outputs (REST-JSON, REST-XML).- Specified by:
asyncExecutionHandler
in interfaceProtocolSpec
- Overrides:
asyncExecutionHandler
in classQueryProtocolSpec
-