Spring Integration

Package org.springframework.integration.context

Provides classes relating to application context configuration.

See:
          Description

Interface Summary
NamedComponent  
Orderable Interface that extends Ordered while also exposing the Orderable.setOrder(int) as an interface-level so that it is avaiable on AOP proxies, etc.
 

Class Summary
IntegrationContextUtils Utility methods for accessing common integration components from the BeanFactory.
IntegrationObjectSupport A base class that provides convenient access to the bean factory as well as TaskScheduler and ConversionService instances.
 

Package org.springframework.integration.context Description

Provides classes relating to application context configuration.


Spring Integration