| AclXmlFactory |
Factory for creating XML fragments from AccessControlList objects that can be
sent to Amazon S3 as part of requests.
|
| BucketConfigurationXmlFactory |
Converts bucket configuration objects into XML byte arrays.
|
| MultiObjectDeleteXmlFactory |
|
| RequestPaymentConfigurationXmlFactory |
Converts Request Payment Configuration objects into XML byte arrays.
|
| RequestXmlFactory |
|
| Unmarshallers |
Collection of unmarshallers for S3 XML responses.
|
| Unmarshallers.AccessControlListUnmarshaller |
Unmarshaller for the AccessControlList XML response.
|
| Unmarshallers.BucketCrossOriginConfigurationUnmarshaller |
|
| Unmarshallers.BucketLifecycleConfigurationUnmarshaller |
|
| Unmarshallers.BucketLocationUnmarshaller |
Unmarshaller for the BucketLocation XML response.
|
| Unmarshallers.BucketLoggingConfigurationnmarshaller |
Unmarshaller for the BucketLoggingStatus XML response.
|
| Unmarshallers.BucketNotificationConfigurationUnmarshaller |
Unmarshaller for the BucketNotificationConfiguration XML response.
|
| Unmarshallers.BucketTaggingConfigurationUnmarshaller |
Unmarshaller for the BucketTaggingConfiguration XML response.
|
| Unmarshallers.BucketVersioningConfigurationUnmarshaller |
Unmarshaller for the BucketVersionConfiguration XML response.
|
| Unmarshallers.BucketWebsiteConfigurationUnmarshaller |
Unmarshaller for the BucketWebsiteConfiguration XML response.
|
| Unmarshallers.CompleteMultipartUploadResultUnmarshaller |
|
| Unmarshallers.CopyObjectUnmarshaller |
Unmarshaller for the CopyObject XML response.
|
| Unmarshallers.DeleteObjectsResultUnmarshaller |
|
| Unmarshallers.InitiateMultipartUploadResultUnmarshaller |
|
| Unmarshallers.InputStreamUnmarshaller |
Unmarshaller for the a direct InputStream response.
|
| Unmarshallers.ListBucketsOwnerUnmarshaller |
Unmarshaller for the ListBuckets XML response, parsing out the owner
even if the list is empty.
|
| Unmarshallers.ListBucketsUnmarshaller |
Unmarshaller for the ListBuckets XML response.
|
| Unmarshallers.ListMultipartUploadsResultUnmarshaller |
|
| Unmarshallers.ListObjectsUnmarshaller |
Unmarshaller for the ListObjects XML response.
|
| Unmarshallers.ListPartsResultUnmarshaller |
|
| Unmarshallers.RequestPaymentConfigurationUnmarshaller |
Unmarshaller for the RequestPaymentConfiguration XML response.
|
| Unmarshallers.VersionListUnmarshaller |
Unmarshaller for the ListVersions XML response.
|
| XmlResponsesSaxParser |
XML Sax parser to read XML documents returned by S3 via the REST interface,
converting these documents into objects.
|
| XmlResponsesSaxParser.AccessControlListHandler |
Handler for AccessControlList response XML documents.
|
| XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler |
|
| XmlResponsesSaxParser.BucketLifecycleConfigurationHandler |
|
| XmlResponsesSaxParser.BucketLocationHandler |
Handler for CreateBucketConfiguration response XML documents for a
bucket.
|
| XmlResponsesSaxParser.BucketLoggingConfigurationHandler |
Handler for LoggingStatus response XML documents for a bucket.
|
| XmlResponsesSaxParser.BucketNotificationConfigurationHandler |
|
| XmlResponsesSaxParser.BucketTaggingConfigurationHandler |
|
| XmlResponsesSaxParser.BucketVersioningConfigurationHandler |
|
| XmlResponsesSaxParser.BucketWebsiteConfigurationHandler |
|
| XmlResponsesSaxParser.CompleteMultipartUploadHandler |
|
| XmlResponsesSaxParser.CopyObjectResultHandler |
|
| XmlResponsesSaxParser.DeleteObjectsHandler |
|
| XmlResponsesSaxParser.InitiateMultipartUploadHandler |
|
| XmlResponsesSaxParser.ListAllMyBucketsHandler |
Handler for ListAllMyBuckets response XML documents.
|
| XmlResponsesSaxParser.ListBucketHandler |
Handler for ListBucket response XML documents.
|
| XmlResponsesSaxParser.ListMultipartUploadsHandler |
|
| XmlResponsesSaxParser.ListPartsHandler |
|
| XmlResponsesSaxParser.ListVersionsHandler |
Handler for ListVersionsResult XML document.
|
| XmlResponsesSaxParser.RequestPaymentConfigurationHandler |
Handler for parsing RequestPaymentConfiguration XML response associated
with an Amazon S3 bucket.
|