Package org.springframework.integration.aop

Class Summary
AnnotationAwareMessagePublishingInterceptor MessagePublishingInterceptor that resolves the channel from the publisher annotation of the invoked method.
MessagePublishingInterceptor Interceptor that publishes a target method's return value to a channel.
PublisherAnnotationAdvisor Advisor whose pointcut matches a method annotation and whose advice will publish a message to the channel provided by that annotation.
 

Enum Summary
MessagePublishingInterceptor.PayloadType  
 

Annotation Types Summary
Publisher Indicates that the method's return value, thrown exception, or invocation arguments should be published to the specified channel.