public class LegacyCfParser extends AbstractParser
| Modifier and Type | Class and Description |
|---|---|
static class |
LegacyCfParser.Tag
A Tag.
|
| Constructor and Description |
|---|
LegacyCfParser() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionFactories |
parse(java.io.InputStream xmlInputStream)
parse xml string to connection factory
|
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsInteger, elementAsLong, elementAsString, elementAsStringNoNestpublic ConnectionFactories parse(java.io.InputStream xmlInputStream) throws java.lang.Exception
xmlInputStream - xml file input streamjava.lang.Exception - exceptionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)