Package org.jets3t.service.impl.rest
Class XmlResponsesSaxParser.BucketLoggingStatusHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jets3t.service.impl.rest.DefaultXmlHandler
org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLoggingStatusHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- XmlResponsesSaxParser
Handler for LoggingStatus response XML documents for a bucket.
The document is parsed into an
S3BucketLoggingStatus
object available via the
getBucketLoggingStatus()
method.- Author:
- James Murty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String name, String elementText) void
startElement
(String name) Methods inherited from class org.jets3t.service.impl.rest.DefaultXmlHandler
characters, endDocument, endElement, startDocument, startElement, startElement
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
BucketLoggingStatusHandler
public BucketLoggingStatusHandler()
-
-
Method Details
-
getBucketLoggingStatus
- Returns:
- an object representing the bucket's LoggingStatus document.
-
startElement
- Overrides:
startElement
in classDefaultXmlHandler
-
endElement
- Overrides:
endElement
in classDefaultXmlHandler
-