public class IronJacamarParser extends CommonIronJacamarParser implements MetadataParser<Activation>
Modifier and Type | Class and Description |
---|---|
static class |
IronJacamarParser.Tag
A Tag.
|
log
Constructor and Description |
---|
IronJacamarParser() |
Modifier and Type | Method and Description |
---|---|
Activation |
parse(InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
Activation |
parse(XMLStreamReader reader)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
parseAdminObjects, parseConnectionDefinitions, parseWorkManager, parseWorkManagerSecurity
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, parseCapacity, parseConfigProperty, parseCredential, parseExtension, parsePool, parseRecovery, parseSecuritySettings, parseTimeOut, parseValidation, parseXaPool, setSystemPropertiesResolved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSystemPropertiesResolved, setSystemPropertiesResolved
public Activation parse(InputStream xmlInputStream) throws Exception
MetadataParser
parse
in interface MetadataParser<Activation>
xmlInputStream
- an InputStrema opened on the xml file to parseException
- Thrown if an error occurspublic Activation parse(XMLStreamReader reader) throws Exception
MetadataParser
parse
in interface MetadataParser<Activation>
reader
- an XMLStreamReader opened on the xml file to parseException
- Thrown if an error occursCopyright © 2021 JBoss by Red Hat. All rights reserved.