Package org.springframework.integration.config.xml

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
AbstractChannelAdapterParser Base parser for Channel Adapters.
AbstractChannelParser Base class for channel parsers.
AbstractConsumerEndpointParser Base class parser for elements that create Message Endpoints.
AbstractInterceptorParser A helper class for parsing the sub-elements of an endpoint or channel-adapter's interceptors element.
AbstractOutboundChannelAdapterParser Base class for outbound Channel Adapter parsers.
AbstractPollingInboundChannelAdapterParser Base parser for inbound Channel Adapters that poll a source.
AbstractTransformerParser  
AggregatorParser Parser for the aggregator element of the integration namespace.
AnnotationConfigParser Parser for the <annotation-config> element of the integration namespace.
ApplicationEventMulticasterParser Parser for the <application-event-multicaster> element of the integration namespace.
ChannelInterceptorParser  
FilterParser Parser for the <filter/> element.
GatewayParser Parser for the <gateway/> element.
IntegrationNamespaceHandler Namespace handler for the integration namespace.
IntegrationNamespaceUtils Shared utility methods for integration namespace parsers.
MethodInvokingInboundChannelAdapterParser Parser for the <inbound-channel-adapter/> element.
MethodInvokingOutboundChannelAdapterParser Parser for the <outbound-channel-adapter/> element.
PointToPointChannelParser Parser for the <channel> element.
PublishSubscribeChannelParser Parser for the <publish-subscribe-channel> element.
ResequencerParser Parser for the <resequencer> element.
RouterParser Parser for the <router/> element.
SelectorChainParser Parser for the <selector-chain/> element.
ServiceActivatorParser Parser for the <service-activator> element.
SimpleHeaderEnricherParser  
SplitterParser Parser for the <splitter/> element.
ThreadLocalChannelParser Parser for the <thread-local-channel> element.
ThreadPoolTaskExecutorParser  
TransformerParser Parser for the <transformer/> element.
WireTapParser Parser for the <wire-tap> element.