Package | Description |
---|---|
org.springframework.context |
This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
|
org.springframework.jca.endpoint |
This package provides a facility for generic JCA message endpoint management.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SmartLifecycle
An extension of the
Lifecycle interface for those objects that require to be
started upon ApplicationContext refresh and/or shutdown in a particular order. |
Modifier and Type | Class and Description |
---|---|
class |
GenericMessageEndpointManager
Generic bean that manages JCA 1.5 message endpoints within a Spring
application context, activating and deactivating the endpoint as part
of the application context's lifecycle.
|
Copyright © 2012. All Rights Reserved.