Class ServerIdOnlyResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<String>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<String>
org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler<String>
org.jclouds.profitbricks.http.parser.server.ServerIdOnlyResponseHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<String>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Handler for parsing SOAP response where serverId is the only usable value.
Other properties available (which are ignored): requestId, dataCenterId, dataCenterVersion
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String uri, String localName, String qName) protected void
setPropertyOnEndTag
(String qName) Methods inherited from class org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler
characters, clearTextBuffer, reset, 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<String>
- Throws:
SAXException
-
setPropertyOnEndTag
- Specified by:
setPropertyOnEndTag
in classBaseProfitBricksResponseHandler<String>
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<String>
-