Package org.jclouds.ultradns.ws.xml
Class ZoneListHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<Zone>>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<com.google.common.collect.FluentIterable<Zone>>
org.jclouds.ultradns.ws.xml.ZoneListHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<Zone>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class ZoneListHandler
extends ParseSax.HandlerForGeneratedRequestWithResult<com.google.common.collect.FluentIterable<Zone>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String uri, String name, String qName) com.google.common.collect.FluentIterable
<Zone> void
startElement
(String url, String name, String qName, Attributes attributes) Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, 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
-
ZoneListHandler
-
-
Method Details
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<Zone>>
-
startElement
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
-