public class COSXmlResponseHandler<T> extends AbstractCosResponseHandler<T>
| Constructor and Description |
|---|
COSXmlResponseHandler(Unmarshaller<T,InputStream> responseUnmarshaller)
Constructs a new COS 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.
|
CosServiceResponse<T> |
handle(CosHttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadatapublic COSXmlResponseHandler(Unmarshaller<T,InputStream> responseUnmarshaller)
responseUnmarshaller - The SAX unmarshaller to use on the response from COS.public CosServiceResponse<T> handle(CosHttpResponse response) throws Exception
HttpResponseHandlerresponse - The HTTP response to handle, as received from an COS service.Exception - If any problems are encountered handling the response.Copyright © 2023. All rights reserved.