org.jets3t.service.impl.rest
Class XmlResponsesSaxParser.BucketLoggingStatusHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jets3t.service.impl.rest.DefaultXmlHandler
          extended by org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLoggingStatusHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
Direct Known Subclasses:
XmlResponsesSaxParser.GSBucketLoggingStatusHandler, XmlResponsesSaxParser.S3BucketLoggingStatusHandler
Enclosing class:
XmlResponsesSaxParser

public class XmlResponsesSaxParser.BucketLoggingStatusHandler
extends DefaultXmlHandler


Field Summary
protected  StorageBucketLoggingStatus bucketLoggingStatus
           
 
Constructor Summary
XmlResponsesSaxParser.BucketLoggingStatusHandler()
           
 
Method Summary
 StorageBucketLoggingStatus getBucketLoggingStatus()
           
 
Methods inherited from class org.jets3t.service.impl.rest.DefaultXmlHandler
characters, endDocument, endElement, endElement, startDocument, startElement, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bucketLoggingStatus

protected StorageBucketLoggingStatus bucketLoggingStatus
Constructor Detail

XmlResponsesSaxParser.BucketLoggingStatusHandler

public XmlResponsesSaxParser.BucketLoggingStatusHandler()
Method Detail

getBucketLoggingStatus

public StorageBucketLoggingStatus getBucketLoggingStatus()
Returns:
an object representing the bucket's LoggingStatus document.