
public abstract class CommonIronJacamarParser extends AbstractParser
| Constructor and Description |
|---|
CommonIronJacamarParser() |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.jca.common.api.metadata.common.CommonAdminObject |
parseAdminObjects(XMLStreamReader reader)
parse a single admin-oject tag
|
protected org.jboss.jca.common.api.metadata.common.v10.CommonConnDef |
parseConnectionDefinitions(XMLStreamReader reader)
parse a single connection-definition tag
|
protected org.jboss.jca.common.api.metadata.common.CommonTimeOut |
parseTimeOut(XMLStreamReader reader,
Boolean isXa)
Parse timeout
|
protected org.jboss.jca.common.api.metadata.common.CommonValidation |
parseValidation(XMLStreamReader reader)
Parse validation
|
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, parseCapacity, parseConfigProperty, parseCredential, parseExtension, parsePool, parseRecovery, parseSecuritySettings, parseXaPool, setSystemPropertiesResolvedprotected org.jboss.jca.common.api.metadata.common.v10.CommonConnDef parseConnectionDefinitions(XMLStreamReader reader) throws XMLStreamException, ParserException, org.jboss.jca.common.api.validator.ValidateException
reader - the readerCommonConnDef objectXMLStreamException - XMLStreamExceptionParserException - ParserExceptionorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionprotected org.jboss.jca.common.api.metadata.common.CommonValidation parseValidation(XMLStreamReader reader) throws XMLStreamException, ParserException, org.jboss.jca.common.api.validator.ValidateException
reader - The readerXMLStreamException - XMLStreamExceptionParserException - ParserExceptionorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionprotected org.jboss.jca.common.api.metadata.common.CommonTimeOut parseTimeOut(XMLStreamReader reader, Boolean isXa) throws XMLStreamException, ParserException, org.jboss.jca.common.api.validator.ValidateException
reader - The readerisXa - XA flagXMLStreamException - XMLStreamExceptionParserException - ParserExceptionorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionprotected org.jboss.jca.common.api.metadata.common.CommonAdminObject parseAdminObjects(XMLStreamReader reader) throws XMLStreamException, ParserException
reader - the readerCommonAdminObjectXMLStreamException - XMLStreamExceptionParserException - ParserExceptionCopyright © 2013 IronJacamar (http://www.ironjacamar.org)