Package org.springframework.integration.config

Class Summary
AnnotationDrivenParser Parser for the annotation-driven element of the integration namespace.
ChannelAdapterParser Parser for inbound and outbound channel adapters.
ChannelParser Parser for the channel element of the integration namespace.
EndpointParser Parser for the endpoint element of the integration namespace.
IntegrationNamespaceHandler Namespace handler for the integration namespace.
MessageBusParser Parser for the message-bus element of the integration namespace.
MessageEndpointAnnotationPostProcessor A BeanPostProcessor implementation that generates endpoints for classes annotated with @MessageEndpoint.
PublisherAnnotationPostProcessor A BeanPostProcessor that adds a message publishing interceptor when it discovers annotated methods.
SubscriberAnnotationPostProcessor A BeanPostProcessor that creates a method-invoking handler adapter when it discovers methods annotated with @Subscriber.