Class AbstractHandleMessageAdvice

java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.advice.AbstractHandleMessageAdvice
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor, Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ExpressionCapable, HandleMessageAdvice, NamedComponent
Direct Known Subclasses:
IdempotentReceiverInterceptor

public abstract class AbstractHandleMessageAdvice extends IntegrationObjectSupport implements HandleMessageAdvice
The base HandleMessageAdvice for advices which can be applied only for the MessageHandler.handleMessage(Message).
Since:
4.3.1
Author:
Artem Bilan, Gary Russell