public class XmlResponsesSaxParser
extends java.lang.Object
| Constructor and Description |
|---|
XmlResponsesSaxParser(Jets3tProperties properties,
boolean returnGoogleStorageObjects)
Constructs the XML SAX parser.
|
public XmlResponsesSaxParser(Jets3tProperties properties, boolean returnGoogleStorageObjects) throws ServiceException
properties - the JetS3t properties that will be applied when parsing XML documents.S3ServiceExceptionServiceExceptionpublic XmlResponsesSaxParser.ListBucketHandler parseListBucketResponse(java.io.InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic XmlResponsesSaxParser.ListAllMyBucketsHandler parseListMyBucketsResponse(java.io.InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic AccessControlListHandler parseAccessControlListResponse(java.io.InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic AccessControlListHandler parseAccessControlListResponse(java.io.InputStream inputStream, AccessControlListHandler handler) throws ServiceException
inputStream - XML data input stream.handler - the instance of AccessControlListHandler to be used.ServiceExceptionpublic XmlResponsesSaxParser.BucketLoggingStatusHandler parseLoggingStatusResponse(java.io.InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic java.lang.String parseBucketLocationResponse(java.io.InputStream inputStream)
throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.CopyObjectResultHandler parseCopyObjectResponse(java.io.InputStream inputStream) throws ServiceException
ServiceExceptionpublic boolean parseRequestPaymentConfigurationResponse(java.io.InputStream inputStream)
throws ServiceException
inputStream - ServiceExceptionpublic S3BucketVersioningStatus parseVersioningConfigurationResponse(java.io.InputStream inputStream) throws ServiceException
inputStream - ServiceExceptionpublic XmlResponsesSaxParser.ListVersionsResultsHandler parseListVersionsResponse(java.io.InputStream inputStream) throws ServiceException
ServiceExceptionpublic MultipartUpload parseInitiateMultipartUploadResult(java.io.InputStream inputStream) throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.ListMultipartUploadsResultHandler parseListMultipartUploadsResult(java.io.InputStream inputStream) throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.ListMultipartPartsResultHandler parseListMultipartPartsResult(java.io.InputStream inputStream) throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.CompleteMultipartUploadResultHandler parseCompleteMultipartUploadResult(java.io.InputStream inputStream) throws ServiceException
ServiceExceptionpublic WebsiteConfig parseWebsiteConfigurationResponse(java.io.InputStream inputStream) throws ServiceException
ServiceExceptionpublic NotificationConfig parseNotificationConfigurationResponse(java.io.InputStream inputStream) throws ServiceException
ServiceException