public abstract class AbstractHandleMessageAdvice extends Object 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 |
| Constructor and Description |
|---|
AbstractHandleMessageAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
doInvoke(org.aopalliance.intercept.MethodInvocation invocation,
org.springframework.messaging.Message<?> message) |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |