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