Package org.jclouds.s3.xml
Class ListBucketHandler
- java.lang.Object
 - 
- org.xml.sax.helpers.DefaultHandler
 - 
- org.jclouds.http.functions.ParseSax.HandlerWithResult<ListBucketResponse>
 - 
- org.jclouds.s3.xml.ListBucketHandler
 
 
 
 
- 
- All Implemented Interfaces:
 InvocationContext<ParseSax.HandlerWithResult<ListBucketResponse>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class ListBucketHandler extends ParseSax.HandlerWithResult<ListBucketResponse>
Parses the following XML document: ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01" 
- 
- 
Constructor Summary
Constructors Constructor Description ListBucketHandler(DateService dateParser) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)voidendElement(String uri, String name, String qName)ListBucketResponsegetResult()voidstartElement(String uri, String name, String qName, Attributes attrs)- 
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
getRequest, setContext 
- 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ListBucketHandler
@Inject public ListBucketHandler(DateService dateParser)
 
 - 
 
- 
Method Detail
- 
getResult
public ListBucketResponse getResult()
- Specified by:
 getResultin classParseSax.HandlerWithResult<ListBucketResponse>
 
- 
startElement
public void startElement(String uri, String name, String qName, Attributes attrs)
- Specified by:
 startElementin interfaceContentHandler- Overrides:
 startElementin classDefaultHandler
 
- 
endElement
public void endElement(String uri, String name, String qName)
- Specified by:
 endElementin interfaceContentHandler- Overrides:
 endElementin classDefaultHandler
 
- 
characters
public void characters(char[] ch, int start, int length)- Specified by:
 charactersin interfaceContentHandler- Overrides:
 charactersin classDefaultHandler
 
 - 
 
 -