Package org.jclouds.ultradns.ws.xml
Class ZonePropertiesHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<ZoneProperties>
-
- org.jclouds.ultradns.ws.xml.ZonePropertiesHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<ZoneProperties>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class ZonePropertiesHandler extends ParseSax.HandlerForGeneratedRequestWithResult<ZoneProperties>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZoneProperties
getResult()
void
startElement(String uri, String localName, 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
-
-
-
-
Method Detail
-
getResult
public ZoneProperties getResult()
- Specified by:
getResult
in classParseSax.HandlerWithResult<ZoneProperties>
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attrs)
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-
-