Class ServiceFaultResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<ServiceFault>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<ServiceFault>
org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler<ServiceFault>
org.jclouds.profitbricks.http.parser.ServiceFaultResponseHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<ServiceFault>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String uri, String localName, String qName) protected void
setPropertyOnEndTag
(String qName) void
startElement
(String uri, String localName, String qName, Attributes attributes) 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, 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
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
setPropertyOnEndTag
- Specified by:
setPropertyOnEndTag
in classBaseProfitBricksResponseHandler<ServiceFault>
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Specified by:
endElement
in classBaseProfitBricksResponseHandler<ServiceFault>
- Throws:
SAXException
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<ServiceFault>
-