Class XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
-
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- XmlResponsesSaxParser
public static class XmlResponsesSaxParser.BucketLifecycleConfigurationHandler extends DefaultHandler
HTTP/1.1 200 OK x-amz-id-2: Uuag1LuByRx9e6j5Onimru9pO4ZVKnJ2Qz7/C1NPcfTWAtRPfTaOFg== x-amz-request-id: 656c76696e6727732072657175657374 Date: Tue, 20 Sep 2012 20:34:56 GMT Content-Length: xxx Connection: keep-alive Server: AmazonS3logs-rule logs/ Enabled logs/ key1 value1 logs/ key1 value1 key1 value1 30 STANDARD_IA 90 GLACIER 365 7 STANDARD_IA 14 GLACIER 365 image-rule image/ Enabled 2012-12-31T00:00:00.000Z GLACIER 2020-12-31T00:00:00.000Z 10
-
-
Constructor Summary
Constructors Constructor Description BucketLifecycleConfigurationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
atTopLevel()
void
characters(char[] arg0, int arg1, int arg2)
protected void
doEndElement(String uri, String name, String qName)
protected void
doStartElement(String uri, String name, String qName, Attributes attrs)
void
endElement(String arg0, String arg1, String arg2)
com.amazonaws.services.s3.model.BucketLifecycleConfiguration
getConfiguration()
protected String
getText()
protected boolean
in(String... arg0)
void
startElement(String arg0, String arg1, String arg2, Attributes arg3)
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
getConfiguration
public com.amazonaws.services.s3.model.BucketLifecycleConfiguration getConfiguration()
-
doStartElement
protected void doStartElement(String uri, String name, String qName, Attributes attrs)
-
startElement
public final void startElement(String arg0, String arg1, String arg2, Attributes arg3)
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-
endElement
public final void endElement(String arg0, String arg1, String arg2)
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
-
characters
public final void characters(char[] arg0, int arg1, int arg2)
- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-
getText
protected final String getText()
-
atTopLevel
protected final boolean atTopLevel()
-
in
protected final boolean in(String... arg0)
-
-