Package org.springframework.integration.config

Class Summary
AbstractTargetEndpointParser Base class for target-endpoint and handler-endpoint parsers.
AggregatorParser Parser for the aggregator element of the integration namespace.
AnnotationDrivenParser Parser for the annotation-driven element of the integration namespace.
DefaultChannelParser Parser for the <channel> element.
DirectChannelParser Parser for the <direct-channel> element.
HandlerEndpointParser Parser for the handler-endpoint element of the integration namespace.
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.
MessageEndpointAnnotationPostProcessor A BeanPostProcessor implementation that generates endpoints for classes annotated with @MessageEndpoint.
MethodInvokingAdapterParser Parser for <source-adapter> and <target-adapter>.
PublisherAnnotationPostProcessor A BeanPostProcessor that adds a message publishing interceptor when it discovers annotated methods.
SourceEndpointParser Parser for the element.
SubscriberAnnotationPostProcessor A BeanPostProcessor that creates a method-invoking handler adapter when it discovers methods annotated with @Subscriber.
TargetEndpointParser Parser for the <target-endpoint> element.