|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.jets3t.service.impl.rest.XmlResponsesSaxParser.MyDefaultHandler
org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLocationHandler
public class XmlResponsesSaxParser.BucketLocationHandler
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.
| Constructor Summary | |
|---|---|
XmlResponsesSaxParser.BucketLocationHandler()
|
|
| Method Summary | |
|---|---|
void |
endElement(java.lang.String name,
java.lang.String elementText)
|
java.lang.String |
getLocation()
|
| Methods inherited from class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MyDefaultHandler |
|---|
characters, endDocument, endElement, startDocument, 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 |
| Constructor Detail |
|---|
public XmlResponsesSaxParser.BucketLocationHandler()
| Method Detail |
|---|
public java.lang.String getLocation()
public void endElement(java.lang.String name,
java.lang.String elementText)
endElement in class XmlResponsesSaxParser.MyDefaultHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||