public abstract class AbstractHandleMessageAdvice extends IntegrationObjectSupport implements HandleMessageAdvice
HandleMessageAdvice
for advices which can be applied only
for the MessageHandler.handleMessage(Message)
.Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
EXPRESSION_PARSER
Constructor and Description |
---|
AbstractHandleMessageAdvice() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
doInvoke(org.aopalliance.intercept.MethodInvocation invocation,
org.springframework.messaging.Message<?> message) |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
afterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getComponentType, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, isInitialized, onInit, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toString
public final java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
protected abstract java.lang.Object doInvoke(org.aopalliance.intercept.MethodInvocation invocation, org.springframework.messaging.Message<?> message) throws java.lang.Throwable
java.lang.Throwable