Package org.jclouds.azureblob.xml
Class AccountNameEnumerationResultsHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
-
- org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class AccountNameEnumerationResultsHandler extends ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
Parses the following XML document: EnumerationResults AccountName="http://myaccount.blob.core.windows.net"
-
-
Constructor Summary
Constructors Constructor Description AccountNameEnumerationResultsHandler(DateService dateParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
characters(char[] ch, int start, int length)
void
endElement(String uri, String name, String qName)
BoundedSet<ContainerProperties>
getResult()
void
startElement(String uri, String localName, String qName, Attributes attributes)
-
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
-
AccountNameEnumerationResultsHandler
@Inject public AccountNameEnumerationResultsHandler(DateService dateParser)
-
-
Method Detail
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
getResult
public BoundedSet<ContainerProperties> getResult()
- Specified by:
getResult
in classParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
-
endElement
public void endElement(String uri, String name, String qName)
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
-
characters
public void characters(char[] ch, int start, int length)
- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-
-