Class IronJacamarParser
java.lang.Object
org.jboss.jca.common.metadata.common.AbstractParser
org.jboss.jca.common.metadata.common.CommonIronJacamarParser
org.jboss.jca.common.metadata.ironjacamar.IronJacamarParser
- All Implemented Interfaces:
MetadataParser<Activation>
public class IronJacamarParser
extends CommonIronJacamarParser
implements MetadataParser<Activation>
An IronJacamarParserr.
- Author:
- Jesper Pedersen
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jboss.jca.common.metadata.common.AbstractParser
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream xmlInputStream) Parse the xml file and return the JCAMetaData for which the concrete parser is designed.parse(XMLStreamReader reader) Parse the xml file and return the JCAMetaData for which the concrete parser is designed.Methods inherited from class org.jboss.jca.common.metadata.common.CommonIronJacamarParser
parseAdminObjects, parseConnectionDefinitions, parseWorkManager, parseWorkManagerSecurityMethods inherited from class org.jboss.jca.common.metadata.common.AbstractParser
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, parseCapacity, parseConfigProperty, parseCredential, parseExtension, parsePool, parseRecovery, parseSecuritySettings, parseTimeOut, parseValidation, parseXaPool, setSystemPropertiesResolvedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.jca.common.metadata.MetadataParser
isSystemPropertiesResolved, setSystemPropertiesResolved
-
Constructor Details
-
IronJacamarParser
public IronJacamarParser()
-
-
Method Details
-
parse
Description copied from interface:MetadataParserParse the xml file and return the JCAMetaData for which the concrete parser is designed. Note that is responsibility of the client to open and close the stream- Specified by:
parsein interfaceMetadataParser<Activation>- Parameters:
xmlInputStream- an InputStrema opened on the xml file to parse- Returns:
- The metadata
- Throws:
Exception- Thrown if an error occurs
-
parse
Description copied from interface:MetadataParserParse the xml file and return the JCAMetaData for which the concrete parser is designed. Note that is responsibility of the client to open and close the stream- Specified by:
parsein interfaceMetadataParser<Activation>- Parameters:
reader- an XMLStreamReader opened on the xml file to parse- Returns:
- The metadata
- Throws:
Exception- Thrown if an error occurs
-