
public class IronJacamarParser extends CommonIronJacamarParser implements MetadataParser<org.jboss.jca.common.api.metadata.ironjacamar.v10.IronJacamar>
| Modifier and Type | Class and Description |
|---|---|
static class |
IronJacamarParser.Tag
A Tag.
|
| Constructor and Description |
|---|
IronJacamarParser() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.common.api.metadata.ironjacamar.v10.IronJacamar |
parse(InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
org.jboss.jca.common.api.metadata.ironjacamar.v10.IronJacamar |
parse(XMLStreamReader reader)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
parseAdminObjects, parseConnectionDefinitions, parseTimeOut, parseValidationattributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, 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.ironjacamar.v10.IronJacamar parse(InputStream xmlInputStream) throws Exception
MetadataParserparse in interface MetadataParser<org.jboss.jca.common.api.metadata.ironjacamar.v10.IronJacamar>xmlInputStream - an InputStrema opened on the xml file to parseException - Thrown if an error occurspublic org.jboss.jca.common.api.metadata.ironjacamar.v10.IronJacamar parse(XMLStreamReader reader) throws Exception
MetadataParserparse in interface MetadataParser<org.jboss.jca.common.api.metadata.ironjacamar.v10.IronJacamar>reader - an XMLStreamReader opened on the xml file to parseException - Thrown if an error occursCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)