Package org.jclouds.route53.xml
Class GetHostedZoneResponseHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<HostedZoneAndNameServers>
-
- org.jclouds.route53.xml.GetHostedZoneResponseHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<HostedZoneAndNameServers>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class GetHostedZoneResponseHandler extends ParseSax.HandlerForGeneratedRequestWithResult<HostedZoneAndNameServers>
-
-
Constructor Summary
Constructors Constructor Description GetHostedZoneResponseHandler(HostedZoneHandler zoneHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)voidendElement(String uri, String name, String qName)HostedZoneAndNameServersgetResult()voidstartElement(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
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
GetHostedZoneResponseHandler
@Inject public GetHostedZoneResponseHandler(HostedZoneHandler zoneHandler)
-
-
Method Detail
-
getResult
public HostedZoneAndNameServers getResult()
- Specified by:
getResultin classParseSax.HandlerWithResult<HostedZoneAndNameServers>
-
startElement
public void startElement(String url, String name, String qName, Attributes attributes)
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-
endElement
public void endElement(String uri, String name, String qName)
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-
characters
public void characters(char[] ch, int start, int length)- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-
-