Package org.springframework.integration.config

Interface Summary
BeanDefinitionRegisteringParser Simple strategy interface for parsers that are responsible for parsing an element, creating a bean definition, and then registering the bean.
 

Class Summary
AbstractHandlerEndpointParser Base class parser for elements that create handler-invoking endpoints.
AggregatorParser Parser for the aggregator element of the integration namespace.
ChannelAdapterParser Parser for the element.
ConcurrencyInterceptorParser Parser for the concurrency-interceptor.
DefaultChannelParser Parser for the <channel> element.
DefaultHandlerEndpointParser  
DirectChannelParser Parser for the <direct-channel> element.
EndpointInterceptorParser A helper class for parsing the sub-elements of an endpoint's interceptors element.
HandlerParser Parser for the <handler/> element.
IntegrationNamespaceHandler Namespace handler for the integration namespace.
IntegrationNamespaceUtils Shared utility methods for integration namespace parsers.
MessageBusParser Parser for the message-bus element of the integration namespace.
MethodInvokingAdapterParser Parser for <source-adapter> and <target-adapter>.
PublishSubscribeChannelParser Parser for the <publish-subscribe-channel> element.
RouterParser Parser for the <router/> element.
SelectorChainParser Parser for the <selector-chain/> element.
ServiceActivatorParser Parser for the <service-activator> element.
SplitterParser Parser for the <splitter/> element.
TransactionInterceptorParser Parser for the transaction-interceptor element.