public static class XmlResponsesSaxParser.BucketLoggingConfigurationHandler extends AbstractHandler
BucketLoggingConfiguration
object available
via the getBucketLoggingConfiguration()
method.Modifier and Type | Field and Description |
---|---|
private BucketLoggingConfiguration |
bucketLoggingConfiguration |
Constructor and Description |
---|
BucketLoggingConfigurationHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doEndElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName) |
protected void |
doStartElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName,
org.xml.sax.Attributes attrs) |
BucketLoggingConfiguration |
getBucketLoggingConfiguration() |
atTopLevel, characters, endElement, getText, in, startElement
private final BucketLoggingConfiguration bucketLoggingConfiguration
public BucketLoggingConfiguration getBucketLoggingConfiguration()
protected void doStartElement(java.lang.String uri, java.lang.String name, java.lang.String qName, org.xml.sax.Attributes attrs)
doStartElement
in class AbstractHandler
protected void doEndElement(java.lang.String uri, java.lang.String name, java.lang.String qName)
doEndElement
in class AbstractHandler