Class XmlResponseHandler<T extends SdkPojo>

java.lang.Object
software.amazon.awssdk.protocols.xml.internal.unmarshall.XmlResponseHandler<T>
Type Parameters:
T - Indicates the type being unmarshalled by this response handler.
All Implemented Interfaces:
HttpResponseHandler<T>

@SdkInternalApi public final class XmlResponseHandler<T extends SdkPojo> extends Object implements HttpResponseHandler<T>
Response handler for REST-XML services (Cloudfront, Route53, and S3).