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(MethodInvocation invocation,
Message<?> message) |
Object |
invoke(MethodInvocation invocation) |
public final Object invoke(MethodInvocation invocation) throws Throwable
invoke in interface MethodInterceptorThrowableprotected abstract Object doInvoke(MethodInvocation invocation, Message<?> message) throws Throwable
Throwable