Package org.springframework.integration.context

Provides classes relating to application context configuration.
  • Interface Summary 
    Interface Description
    ExpressionCapable
    Components that implement this interface are capable of supporting a primary SpEL expression as part of their configuration.
    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.
    OrderlyShutdownCapable
    Interface for components that wish to be considered for an orderly shutdown using management interfaces.
  • Class Summary 
    Class Description
    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.
    IntegrationProperties
    Utility class to encapsulate infrastructure Integration properties constants and their default values.