public class CloudFrontXmlResponsesSaxParser
extends java.lang.Object
Constructor and Description |
---|
CloudFrontXmlResponsesSaxParser(Jets3tProperties properties)
Constructs the XML SAX parser.
|
public CloudFrontXmlResponsesSaxParser(Jets3tProperties properties) throws ServiceException
properties
- the JetS3t properties that will be applied when parsing XML documents.S3ServiceException
ServiceException
public Jets3tProperties getProperties()
protected void parseXmlInputStream(org.xml.sax.helpers.DefaultHandler handler, java.io.InputStream inputStream) throws CloudFrontServiceException
handler
- The handler for the XML documentinputStream
- An input stream containing the XML document to parseCloudFrontServiceException
- Any parsing, IO or other exceptions are wrapped in an S3ServiceException.public CloudFrontXmlResponsesSaxParser.DistributionListHandler parseDistributionListResponse(java.io.InputStream inputStream) throws CloudFrontServiceException
inputStream
- XML data input stream.CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.DistributionHandler parseDistributionResponse(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.DistributionConfigHandler parseDistributionConfigResponse(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler parseOriginAccessIdentity(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler parseOriginAccessIdentityConfig(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler parseOriginAccessIdentityListResponse(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.InvalidationHandler parseInvalidationResponse(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.InvalidationListHandler parseInvalidationListResponse(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException
public CloudFrontXmlResponsesSaxParser.ErrorHandler parseErrorResponse(java.io.InputStream inputStream) throws CloudFrontServiceException
CloudFrontServiceException