org.springframework.jca.support |
Provides generic support classes for JCA usage within Spring,
mainly for local setup of a JCA ResourceAdapter and/or ConnectionFactory.
|
Java Source File Name | Type | Comment |
LocalConnectionFactoryBean.java | Class | org.springframework.beans.factory.FactoryBean that creates
a local JCA connection factory in "non-managed" mode (as defined by the
Java Connector Architecture specification). |
ResourceAdapterFactoryBean.java | Class | org.springframework.beans.factory.FactoryBean that bootstraps
the specified JCA 1.5
javax.resource.spi.ResourceAdapter ,
starting it with a local
javax.resource.spi.BootstrapContext and exposing it for bean references. |
SimpleBootstrapContext.java | Class | Simple implementation of the JCA 1.5
javax.resource.spi.BootstrapContext interface, used for bootstrapping a JCA ResourceAdapter in a local environment.
Delegates to the given WorkManager and XATerminator, if any. |