Package org.springframework.integration.config.annotation

Interface Summary
AnnotationMethodPostProcessor Strategy interface for post-processing annotated methods.
 

Class Summary
AbstractAnnotationMethodPostProcessor<T> Base class for post-processing annotated methods.
AnnotationDrivenParser Parser for the annotation-driven element of the integration namespace.
HandlerAnnotationPostProcessor Post-processor for the @Handler annotation.
MessagingAnnotationPostProcessor A BeanPostProcessor implementation that processes method-level messaging annotations such as @Handler, @MessageSource, and @MessageTarget.
PollableAnnotationPostProcessor Post-processor for methods annotated with @Pollable.
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.
TargetAnnotationPostProcessor Post-processor for classes annotated with @MessageTarget.