public class S3XmlResponseHandler<T> extends AbstractS3ResponseHandler<T>
X_AMZN_REQUEST_ID_HEADER| Constructor and Description |
|---|
S3XmlResponseHandler(Unmarshaller<T,InputStream> responseUnmarshaller)
Constructs a new S3 response handler that will use the specified SAX
unmarshaller to turn the response into an object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getResponseHeaders()
Returns the headers from the processed response.
|
AmazonWebServiceResponse<T> |
handle(HttpResponse response) |
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadatapublic S3XmlResponseHandler(Unmarshaller<T,InputStream> responseUnmarshaller)
responseUnmarshaller - The SAX unmarshaller to use on the response from S3.public AmazonWebServiceResponse<T> handle(HttpResponse response) throws Exception
ExceptionHttpResponseHandler.handle(com.amazonaws.http.HttpResponse)Copyright © 2017. All rights reserved.