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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.squareup.javapoet.CodeBlockasyncExecutionHandler(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.CodeBlockexecutionHandler(OperationModel opModel) com.squareup.javapoet.CodeBlockresponseHandler(IntermediateModel model, OperationModel opModel) Methods inherited from class software.amazon.awssdk.codegen.poet.client.specs.QueryProtocolSpeccreateErrorResponseHandler, initProtocolFactory, protocolFactoryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.codegen.poet.client.specs.ProtocolSpecadditionalMethods, asyncMarshaller, createEventstreamErrorResponseHandler, credentialType, discoveredEndpoint, executeFutureValueType, getClientHandlerClass, getPojoResponseType, hostPrefixExpression, populateHttpStatusCode, publishMetrics, publishMetricsWhenComplete, registerModeledExceptions, streamingMarshallerCode, streamingOutputWhenComplete, syncStreamingMarshaller
- 
Constructor Details- 
XmlProtocolSpec
 
- 
- 
Method Details- 
responseHandlerpublic com.squareup.javapoet.CodeBlock responseHandler(IntermediateModel model, OperationModel opModel) - Specified by:
- responseHandlerin interface- ProtocolSpec
- Overrides:
- responseHandlerin class- QueryProtocolSpec
 
- 
errorResponseHandler- Specified by:
- errorResponseHandlerin interface- ProtocolSpec
- Overrides:
- errorResponseHandlerin class- QueryProtocolSpec
 
- 
executionHandler- Specified by:
- executionHandlerin interface- ProtocolSpec
- Overrides:
- executionHandlerin class- QueryProtocolSpec
 
- 
asyncExecutionHandlerpublic com.squareup.javapoet.CodeBlock asyncExecutionHandler(IntermediateModel intermediateModel, OperationModel opModel) Description copied from interface:ProtocolSpecExecution handler invocation only differs for protocols that support streaming outputs (REST-JSON, REST-XML).- Specified by:
- asyncExecutionHandlerin interface- ProtocolSpec
- Overrides:
- asyncExecutionHandlerin class- QueryProtocolSpec
 
 
-