Class IpBlockResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<IpBlock>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<IpBlock>
org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler<IpBlock>
org.jclouds.profitbricks.http.parser.ipblock.BaseIpBlockResponseHandler<IpBlock>
org.jclouds.profitbricks.http.parser.ipblock.IpBlockResponseHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<IpBlock>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Field Summary
Fields inherited from class org.jclouds.profitbricks.http.parser.ipblock.BaseIpBlockResponseHandler
builder, ips, publicIpListResponseHandler, usePublicIpListParser
-
Method Summary
Methods inherited from class org.jclouds.profitbricks.http.parser.ipblock.BaseIpBlockResponseHandler
characters, setPropertyOnEndTag, startElement
Methods inherited from class org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler
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, 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<IpBlock>
- Throws:
SAXException
-
reset
public void reset()- Overrides:
reset
in classBaseProfitBricksResponseHandler<IpBlock>
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<IpBlock>
-