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.
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.
BridgeParser Parser for the <bridge> element.
ChainParser Parser for the <chain> element.
ChannelInterceptorParser A helper class for parsing the sub-elements of a channel's interceptors element.
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.
LoggingChannelAdapterParser Parser for the 'logging-channel-adapter' element.
MethodInvokingInboundChannelAdapterParser Parser for the <inbound-channel-adapter/> element.
MethodInvokingOutboundChannelAdapterParser Parser for the <outbound-channel-adapter/> element.
ObjectToStringTransformerParser Parser for the 'object-to-string-transformer' element.
PayloadDeserializingTransformerParser Parser for the 'payload-deserializing-transformer' element.
PayloadSerializingTransformerParser Parser for the 'payload-serializing-transformer' element.
PointToPointChannelParser Parser for the <channel> element.
PollerParser Parser for the <poller> 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.
StandardHeaderEnricherParser Parser for the <header-enricher> element within the core integration namespace.
ThreadLocalChannelParser Parser for the <thread-local-channel> element.
ThreadPoolTaskExecutorParser Parser for the 'thread-pool-task-executor' element.
TransformerParser Parser for the <transformer/> element.
WireTapParser Parser for the <wire-tap> element.