public class S3XmlResponseHandler<T> extends AbstractS3ResponseHandler<T>
| コンストラクタと説明 |
|---|
S3XmlResponseHandler(com.amazonaws.transform.Unmarshaller<T,java.io.InputStream> responseUnmarshaller)
Constructs a new S3 response handler that will use the specified SAX
unmarshaller to turn the response into an object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getResponseHeaders()
Returns the headers from the processed response.
|
AmazonWebServiceResponse<T> |
handle(HttpResponse response)
HTTP レスポンスオブジェクトを受け入れ、 T 型のオブジェクトを返します。
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadatapublic S3XmlResponseHandler(com.amazonaws.transform.Unmarshaller<T,java.io.InputStream> responseUnmarshaller)
responseUnmarshaller - The SAX unmarshaller to use on the response from S3.public AmazonWebServiceResponse<T> handle(HttpResponse response) throws java.lang.Exception
HttpResponseHandlerresponse - The HTTP response to handle, as received from an AWS service.java.lang.Exception - If any problems are encountered handling the response.HttpResponseHandler.handle(com.amazonaws.http.HttpResponse)public java.util.Map<java.lang.String,java.lang.String> getResponseHeaders()