spring-framework / org.springframework.jca.support / ResourceAdapterFactoryBean / <init>

<init>

ResourceAdapterFactoryBean()

org.springframework.beans.factory.FactoryBean that bootstraps the specified JCA 1.7 javax.resource.spi.ResourceAdapter, starting it with a local javax.resource.spi.BootstrapContext and exposing it for bean references. It will also stop the ResourceAdapter on context shutdown. This corresponds to 'non-managed' bootstrap in a local environment, according to the JCA 1.7 specification.

This is essentially an adapter for bean-style bootstrapping of a JCA ResourceAdapter, allowing the BootstrapContext or its elements (such as the JCA WorkManager) to be specified through bean properties.

Author
Juergen Hoeller

Since
2.0.3

See Also
#setResourceAdapter#setBootstrapContext#setWorkManagerjavax.resource.spi.ResourceAdapter#start(javax.resource.spi.BootstrapContext)javax.resource.spi.ResourceAdapter#stop()