Spring Integration

Package org.springframework.integration.aop

Class Summary
MessagePublishingInterceptor A MethodInterceptor that publishes Messages to a channel.
MethodAnnotationPublisherMetadataSource An PublisherMetadataSource implementation that retrieves the channel name and expression strings from an annotation.
MethodNameMappingPublisherMetadataSource  
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.
SimplePublisherMetadataSource Simple implementation of PublisherMetadataSource that allows for configuration of a single channel name, payload expression, and array of header key=value expressions.
 

Annotation Types Summary
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.