Spring Integration

Package org.springframework.integration.aop

Class Summary
AbstractExpressionSource Base class for ExpressionSource implementations.
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.
SimpleExpressionSource Simple implementation of ExpressionSource that allows for configuration of a single channel name, payload expression, and array of header key=value expressions.
 

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.
 


Spring Integration

Copyright © 2010. All Rights Reserved.