Package org.springframework.integration.aop

Class Summary
MessagePublishingInterceptor A MethodInterceptor that publishes Messages to a channel.
MethodAnnotationExpressionSource An ExpressionSource implementation that retrieves the expression string and evaluation context variable names from an annotation.
MethodNameMappingExpressionSource  
PublisherAnnotationAdvisor An advisor that will apply the MessagePublishingInterceptor to any methods containing the provided annotations.
PublisherAnnotationBeanPostProcessor Post-processes beans that contain the method-level @Publisher annotation.
 

Annotation Types Summary
ExpressionBinding Annotation that provides the variable names to use when constructing the evaluation context for a MessagePublishingInterceptor.
Publisher Annotation to indicate that a method, or all public methods if applied at class-level, should publish Messages whose payloads will be determined by the provided EL expression.