Class FirewallListResponseHandler
- 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<T>
-
- org.jclouds.profitbricks.http.parser.firewall.BaseFirewallResponseHandler<List<Firewall>>
-
- org.jclouds.profitbricks.http.parser.firewall.FirewallListResponseHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<List<Firewall>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class FirewallListResponseHandler extends BaseFirewallResponseHandler<List<Firewall>>
-
-
Field Summary
-
Fields inherited from class org.jclouds.profitbricks.http.parser.firewall.BaseFirewallResponseHandler
builder, firewallRuleListResponseHandler, useFirewallRuleParser
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endElement(String uri, String localName, String qName)
List<Firewall>
getResult()
void
reset()
-
Methods inherited from class org.jclouds.profitbricks.http.parser.firewall.BaseFirewallResponseHandler
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
-
-
-
-
Method Detail
-
endElement
public void endElement(String uri, String localName, String qName) throws SAXException
- Specified by:
endElement
in interfaceContentHandler
- Specified by:
endElement
in classBaseProfitBricksResponseHandler<List<Firewall>>
- Throws:
SAXException
-
reset
public void reset()
- Overrides:
reset
in classBaseProfitBricksResponseHandler<List<Firewall>>
-
-