public class DsParser extends DsParser implements MetadataParser<DataSources>
Modifier and Type | Class and Description |
---|---|
static class |
DsParser.Tag
A Tag.
|
Constructor and Description |
---|
DsParser() |
Modifier and Type | Method and Description |
---|---|
protected DataSource |
parseDataSource(javax.xml.stream.XMLStreamReader reader)
Parse datasource
|
protected DsPool |
parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
protected XaDataSource |
parseXADataSource(javax.xml.stream.XMLStreamReader reader)
Parse XA datasource
|
protected DsXaPool |
parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool object |
parse, parse, parseDataSources, parseDriver, parseDsSecurity, parseStatementSettings, parseTimeOutSettings, parseValidationSetting
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, parse, parse, setSystemPropertiesResolved
protected XaDataSource parseXADataSource(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
DsParser
parseXADataSource
in class DsParser
reader
- The readerjavax.xml.stream.XMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionValidateException
- ValidateExceptionprotected DataSource parseDataSource(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
DsParser
parseDataSource
in class DsParser
reader
- The readerjavax.xml.stream.XMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionValidateException
- ValidateExceptionprotected DsPool parsePool(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
CommonPool
objectparsePool
in class AbstractParser
reader
- readerCommonPool
objectjavax.xml.stream.XMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionValidateException
- ValidateExceptionprotected DsXaPool parseXaPool(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
CommonXaPool
objectparseXaPool
in class AbstractParser
reader
- readerCommonXaPool
objectjavax.xml.stream.XMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionValidateException
- ValidateExceptionCopyright © 2013 IronJacamar (http://www.ironjacamar.org)