
public class ResourceAdapterParser extends CommonIronJacamarParser implements MetadataParser<org.jboss.jca.common.api.metadata.resourceadapter.Activations>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceAdapterParser.Tag
A Tag.
|
log| Constructor and Description |
|---|
ResourceAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.common.api.metadata.resourceadapter.Activations |
parse(java.io.InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
org.jboss.jca.common.api.metadata.resourceadapter.Activations |
parse(javax.xml.stream.XMLStreamReader reader)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
parseAdminObjects, parseConnectionDefinitions, parseWorkManager, parseWorkManagerSecurityattributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, parseCapacity, parseConfigProperty, parseCredential, parseExtension, parsePool, parseRecovery, parseSecuritySettings, parseTimeOut, parseValidation, parseXaPool, setSystemPropertiesResolvedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSystemPropertiesResolved, setSystemPropertiesResolvedpublic org.jboss.jca.common.api.metadata.resourceadapter.Activations parse(java.io.InputStream xmlInputStream)
throws java.lang.Exception
MetadataParserparse in interface MetadataParser<org.jboss.jca.common.api.metadata.resourceadapter.Activations>xmlInputStream - an InputStrema opened on the xml file to parsejava.lang.Exception - Thrown if an error occurspublic org.jboss.jca.common.api.metadata.resourceadapter.Activations parse(javax.xml.stream.XMLStreamReader reader)
throws java.lang.Exception
MetadataParserparse in interface MetadataParser<org.jboss.jca.common.api.metadata.resourceadapter.Activations>reader - an XMLStreamReader opened on the xml file to parsejava.lang.Exception - Thrown if an error occursCopyright © 2014 IronJacamar (http://www.ironjacamar.org)