public class RoundRobinPoolListHandler extends ParseSax.HandlerForGeneratedRequestWithResult<com.google.common.collect.FluentIterable<RoundRobinPool>>
| Constructor and Description |
|---|
RoundRobinPoolListHandler(RoundRobinPoolHandler poolHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String name,
String qName) |
com.google.common.collect.FluentIterable<RoundRobinPool> |
getResult() |
void |
startElement(String url,
String name,
String qName,
Attributes attributes) |
getRequest, setContextcharacters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning@Inject public RoundRobinPoolListHandler(RoundRobinPoolHandler poolHandler)
public com.google.common.collect.FluentIterable<RoundRobinPool> getResult()
getResult in class ParseSax.HandlerWithResult<com.google.common.collect.FluentIterable<RoundRobinPool>>public void startElement(String url, String name, String qName, Attributes attributes)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(String uri, String name, String qName)
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.