public class RaParser extends AbstractParser implements MetadataParser<Connector>
Modifier and Type | Class and Description |
---|---|
static class |
RaParser.Tag
A Tag.
|
Constructor and Description |
---|
RaParser() |
Modifier and Type | Method and Description |
---|---|
Connector |
parse(java.io.InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
Connector |
parse(javax.xml.stream.XMLStreamReader reader)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, parseCapacity, parseConfigProperty, parseCredential, parseExtension, parsePool, parseRecovery, parseSecuritySettings, parseXaPool, setSystemPropertiesResolved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSystemPropertiesResolved, setSystemPropertiesResolved
public Connector parse(java.io.InputStream xmlInputStream) throws java.lang.Exception
MetadataParser
parse
in interface MetadataParser<Connector>
xmlInputStream
- an InputStrema opened on the xml file to parsejava.lang.Exception
- Thrown if an error occurspublic Connector parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception
MetadataParser
parse
in interface MetadataParser<Connector>
reader
- an XMLStreamReader opened on the xml file to parsejava.lang.Exception
- Thrown if an error occursCopyright © 2013 IronJacamar (http://www.ironjacamar.org)