public class LoadBalancerHandler extends ParseSax.HandlerForGeneratedRequestWithResult<LoadBalancer>
| Modifier and Type | Field and Description |
|---|---|
protected DateService |
dateService |
protected HealthCheckHandler |
healthCheckHandler |
protected ListenerWithPoliciesHandler |
listenerHandler |
protected int |
memberDepth |
| Modifier | Constructor and Description |
|---|---|
protected |
LoadBalancerHandler(DateService dateService,
HealthCheckHandler healthCheckHandler,
ListenerWithPoliciesHandler listenerHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
protected void |
endMember(String uri,
String name,
String qName) |
LoadBalancer |
getResult() |
void |
startElement(String url,
String name,
String qName,
Attributes attributes) |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected final DateService dateService
protected final HealthCheckHandler healthCheckHandler
protected final ListenerWithPoliciesHandler listenerHandler
protected int memberDepth
@Inject protected LoadBalancerHandler(DateService dateService, HealthCheckHandler healthCheckHandler, ListenerWithPoliciesHandler listenerHandler)
public LoadBalancer getResult()
getResult in class ParseSax.HandlerWithResult<LoadBalancer>public void startElement(String url, String name, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String name, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionprotected void endMember(String uri, String name, String qName) throws SAXException
SAXExceptionpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2009-2013 jclouds. All Rights Reserved.