public abstract class BaseFirewallResponseHandler<T> extends BaseProfitBricksResponseHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected Firewall.Builder |
builder |
protected FirewallRuleListResponseHandler |
firewallRuleListResponseHandler |
protected boolean |
useFirewallRuleParser |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseFirewallResponseHandler(FirewallRuleListResponseHandler firewallRuleListResponseHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
protected void |
setPropertyOnEndTag(String qName) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
clearTextBuffer, endElement, reset, textToBooleanValue, textToDoubleValue, textToFloatValue, textToIntValue, textToStringValuegetRequest, setContextgetResultendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected final FirewallRuleListResponseHandler firewallRuleListResponseHandler
protected boolean useFirewallRuleParser
protected Firewall.Builder builder
protected BaseFirewallResponseHandler(FirewallRuleListResponseHandler firewallRuleListResponseHandler)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class BaseProfitBricksResponseHandler<T>protected void setPropertyOnEndTag(String qName)
setPropertyOnEndTag in class BaseProfitBricksResponseHandler<T>Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.