|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jets3t.service.impl.rest.XmlResponsesSaxParser
public class XmlResponsesSaxParser
XML Sax parser to read XML documents returned by S3 via the REST interface, converting these documents into JetS3t objects.
| Nested Class Summary | |
|---|---|
class |
XmlResponsesSaxParser.AccessControlListHandler
Handler for AccessControlList response XML documents. |
class |
XmlResponsesSaxParser.BucketLocationHandler
Handler for CreateBucketConfiguration response XML documents for a bucket. |
class |
XmlResponsesSaxParser.BucketLoggingStatusHandler
Handler for LoggingStatus response XML documents for a bucket. |
class |
XmlResponsesSaxParser.CopyObjectResultHandler
|
class |
XmlResponsesSaxParser.ListAllMyBucketsHandler
Handler for ListAllMyBuckets response XML documents. |
class |
XmlResponsesSaxParser.ListBucketHandler
Handler for ListBucket response XML documents. |
class |
XmlResponsesSaxParser.ListVersionsResultsHandler
|
class |
XmlResponsesSaxParser.MyDefaultHandler
|
class |
XmlResponsesSaxParser.RequestPaymentConfigurationHandler
Handler for RequestPaymentConfiguration response XML documents for a bucket. |
class |
XmlResponsesSaxParser.VersioningConfigurationHandler
|
| Constructor Summary | |
|---|---|
XmlResponsesSaxParser(Jets3tProperties properties)
Constructs the XML SAX parser. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlResponsesSaxParser(Jets3tProperties properties)
throws S3ServiceException
properties - the JetS3t properties that will be applied when parsing XML documents.
S3ServiceException| Method Detail |
|---|
public XmlResponsesSaxParser.ListBucketHandler parseListBucketResponse(InputStream inputStream)
throws S3ServiceException
inputStream - XML data input stream.
S3ServiceException
public XmlResponsesSaxParser.ListAllMyBucketsHandler parseListMyBucketsResponse(InputStream inputStream)
throws S3ServiceException
inputStream - XML data input stream.
S3ServiceException
public XmlResponsesSaxParser.AccessControlListHandler parseAccessControlListResponse(InputStream inputStream)
throws S3ServiceException
inputStream - XML data input stream.
S3ServiceException
public XmlResponsesSaxParser.BucketLoggingStatusHandler parseLoggingStatusResponse(InputStream inputStream)
throws S3ServiceException
inputStream - XML data input stream.
S3ServiceException
public String parseBucketLocationResponse(InputStream inputStream)
throws S3ServiceException
S3ServiceException
public XmlResponsesSaxParser.CopyObjectResultHandler parseCopyObjectResponse(InputStream inputStream)
throws S3ServiceException
S3ServiceException
public boolean parseRequestPaymentConfigurationResponse(InputStream inputStream)
throws S3ServiceException
inputStream -
S3ServiceException
public S3BucketVersioningStatus parseVersioningConfigurationResponse(InputStream inputStream)
throws S3ServiceException
inputStream -
S3ServiceException
public XmlResponsesSaxParser.ListVersionsResultsHandler parseListVersionsResponse(InputStream inputStream)
throws S3ServiceException
S3ServiceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||