Package org.springframework.jca.support
@NonNullApi
@NonNullFields
package org.springframework.jca.support
Provides generic support classes for JCA usage within Spring,
mainly for local setup of a JCA ResourceAdapter and/or ConnectionFactory.
-
ClassDescription
FactoryBean
that creates a local JCA connection factory in "non-managed" mode (as defined by the Java Connector Architecture specification).FactoryBean
that bootstraps the specified JCA 1.7ResourceAdapter
, starting it with a localBootstrapContext
and exposing it for bean references.Simple implementation of the JCA 1.7BootstrapContext
interface, used for bootstrapping a JCA ResourceAdapter in a local environment.