open class ResourceAdapterApplicationContext : GenericApplicationContext
org.springframework.context.ApplicationContext implementation for a JCA ResourceAdapter. Needs to be initialized with the JCA javax.resource.spi.BootstrapContext, passing it on to Spring-managed beans that implement BootstrapContextAware.
Author
Juergen Hoeller
Since
2.5
See Also
SpringContextResourceAdapterBootstrapContextAware
ResourceAdapterApplicationContext(bootstrapContext: BootstrapContext)
Create a new ResourceAdapterApplicationContext for the given BootstrapContext. |