
public class RaParser extends AbstractParser implements MetadataParser<org.jboss.jca.common.api.metadata.ra.Connector>
| Modifier and Type | Class and Description |
|---|---|
static class |
RaParser.Tag
A Tag.
|
| Constructor and Description |
|---|
RaParser() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.common.api.metadata.ra.Connector |
parse(InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
org.jboss.jca.common.api.metadata.ra.Connector |
parse(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, setSystemPropertiesResolvedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSystemPropertiesResolved, setSystemPropertiesResolvedpublic org.jboss.jca.common.api.metadata.ra.Connector parse(InputStream xmlInputStream) throws Exception
MetadataParserparse in interface MetadataParser<org.jboss.jca.common.api.metadata.ra.Connector>xmlInputStream - an InputStrema opened on the xml file to parseException - Thrown if an error occurspublic org.jboss.jca.common.api.metadata.ra.Connector parse(XMLStreamReader reader) throws Exception
MetadataParserparse in interface MetadataParser<org.jboss.jca.common.api.metadata.ra.Connector>reader - an XMLStreamReader opened on the xml file to parseException - Thrown if an error occursCopyright © 2013 IronJacamar (http://www.ironjacamar.org)