Package org.jboss.jca.as.converters
Class LegacyCfParser
java.lang.Object
org.jboss.jca.as.converters.AbstractParser
org.jboss.jca.as.converters.LegacyCfParser
Parser for legacy ds.xml
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream xmlInputStream) parse xml string to connection factoryMethods inherited from class org.jboss.jca.as.converters.AbstractParser
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsInteger, elementAsLong, elementAsString, elementAsStringNoNest
-
Constructor Details
-
LegacyCfParser
public LegacyCfParser()
-
-
Method Details
-
parse
parse xml string to connection factory- Parameters:
xmlInputStream- xml file input stream- Returns:
- ConnectionFactories
- Throws:
Exception- exception
-