Class XmlResponsesSaxParser.BucketLocationHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jets3t.service.impl.rest.DefaultXmlHandler
org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLocationHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
XmlResponsesSaxParser

public class XmlResponsesSaxParser.BucketLocationHandler extends DefaultXmlHandler
Handler for CreateBucketConfiguration response XML documents for a bucket. The document is parsed into a String representing the bucket's location, available via the getLocation() method.
Author:
James Murty
  • Constructor Details

    • BucketLocationHandler

      public BucketLocationHandler()
  • Method Details