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.