Package org.jclouds.ultradns.ws.xml
Class DirectionalPoolListHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<DirectionalPool>>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<com.google.common.collect.FluentIterable<DirectionalPool>>
org.jclouds.ultradns.ws.xml.DirectionalPoolListHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<DirectionalPool>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class DirectionalPoolListHandler
extends ParseSax.HandlerForGeneratedRequestWithResult<com.google.common.collect.FluentIterable<DirectionalPool>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<DirectionalPool> void
startElement
(String url, String name, String qName, Attributes attrs) Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
DirectionalPoolListHandler
public DirectionalPoolListHandler()
-
-
Method Details
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<DirectionalPool>>
-
startElement
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-