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