public class XmlResponsesSaxParser extends 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(InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic XmlResponsesSaxParser.ListAllMyBucketsHandler parseListMyBucketsResponse(InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic AccessControlListHandler parseAccessControlListResponse(InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic AccessControlListHandler parseAccessControlListResponse(InputStream inputStream, AccessControlListHandler handler) throws ServiceException
inputStream - XML data input stream.handler - the instance of AccessControlListHandler to be used.ServiceExceptionpublic XmlResponsesSaxParser.BucketLoggingStatusHandler parseLoggingStatusResponse(InputStream inputStream) throws ServiceException
inputStream - XML data input stream.ServiceExceptionpublic String parseBucketLocationResponse(InputStream inputStream) throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.CopyObjectResultHandler parseCopyObjectResponse(InputStream inputStream) throws ServiceException
ServiceExceptionpublic boolean parseRequestPaymentConfigurationResponse(InputStream inputStream) throws ServiceException
inputStream - ServiceExceptionpublic S3BucketVersioningStatus parseVersioningConfigurationResponse(InputStream inputStream) throws ServiceException
inputStream - ServiceExceptionpublic XmlResponsesSaxParser.ListVersionsResultsHandler parseListVersionsResponse(InputStream inputStream) throws ServiceException
ServiceExceptionpublic MultipartUpload parseInitiateMultipartUploadResult(InputStream inputStream) throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.ListMultipartUploadsResultHandler parseListMultipartUploadsResult(InputStream inputStream) throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.ListMultipartPartsResultHandler parseListMultipartPartsResult(InputStream inputStream) throws ServiceException
ServiceExceptionpublic XmlResponsesSaxParser.CompleteMultipartUploadResultHandler parseCompleteMultipartUploadResult(InputStream inputStream) throws ServiceException
ServiceExceptionpublic WebsiteConfig parseWebsiteConfigurationResponse(InputStream inputStream) throws ServiceException
ServiceExceptionpublic NotificationConfig parseNotificationConfigurationResponse(InputStream inputStream) throws ServiceException
ServiceException