Class LoadBalancerListResponseHandler
- 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.loadbalancer.BaseLoadBalancerResponseHandler<List<LoadBalancer>>
-
- org.jclouds.profitbricks.http.parser.loadbalancer.LoadBalancerListResponseHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<List<LoadBalancer>>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class LoadBalancerListResponseHandler extends BaseLoadBalancerResponseHandler<List<LoadBalancer>>
-
-
Field Summary
-
Fields inherited from class org.jclouds.profitbricks.http.parser.loadbalancer.BaseLoadBalancerResponseHandler
balancedServerResponseHandler, builder, dataCenterBuilder, dateService, firewallListResponseHandler, useBalancedServerParser, useFirewallParser
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendElement(String uri, String localName, String qName)List<LoadBalancer>getResult()voidreset()-
Methods inherited from class org.jclouds.profitbricks.http.parser.loadbalancer.BaseLoadBalancerResponseHandler
characters, setPropertyOnEndTag, startElement, textToIso8601Date
-
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:
endElementin interfaceContentHandler- Specified by:
endElementin classBaseProfitBricksResponseHandler<List<LoadBalancer>>- Throws:
SAXException
-
reset
public void reset()
- Overrides:
resetin classBaseProfitBricksResponseHandler<List<LoadBalancer>>
-
getResult
public List<LoadBalancer> getResult()
- Specified by:
getResultin classParseSax.HandlerWithResult<List<LoadBalancer>>
-
-