Class PublicIpListResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<List<IpBlock.PublicIp>>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<List<IpBlock.PublicIp>>
org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler<List<IpBlock.PublicIp>>
org.jclouds.profitbricks.http.parser.publicip.BasePublicIpResponseHandler<List<IpBlock.PublicIp>>
org.jclouds.profitbricks.http.parser.publicip.PublicIpListResponseHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<List<IpBlock.PublicIp>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class PublicIpListResponseHandler
extends BasePublicIpResponseHandler<List<IpBlock.PublicIp>>
-
Field Summary
Fields inherited from class org.jclouds.profitbricks.http.parser.publicip.BasePublicIpResponseHandler
builder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String uri, String localName, String qName) void
reset()
Methods inherited from class org.jclouds.profitbricks.http.parser.publicip.BasePublicIpResponseHandler
setPropertyOnEndTag
Methods inherited from class org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler
characters, clearTextBuffer, textToBooleanValue, textToDoubleValue, textToFloatValue, textToIntValue, textToStringValue
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, startElement, 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
-
Method Details
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Specified by:
endElement
in classBaseProfitBricksResponseHandler<List<IpBlock.PublicIp>>
- Throws:
SAXException
-
reset
public void reset()- Overrides:
reset
in classBaseProfitBricksResponseHandler<List<IpBlock.PublicIp>>
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<List<IpBlock.PublicIp>>
-