|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface AbstractRequestHandlerAdvice.ExecutionCallback
Called by subclasses in doInvoke() to proceed() the invocation. Callers
unwrap AbstractRequestHandlerAdvice.ThrowableHolderException
s and use
the cause for evaluation and re-throwing purposes.
See AbstractRequestHandlerAdvice.unwrapExceptionIfNecessary(Exception)
.
Method Summary | |
---|---|
java.lang.Object |
cloneAndExecute()
Call this when it is necessary to clone the invocation before calling proceed() - such as when the invocation might be called multiple times - for example in a retry advice. |
java.lang.Object |
execute()
Call this for a normal invocation.proceed(). |
Method Detail |
---|
java.lang.Object execute() throws java.lang.Exception
java.lang.Exception
java.lang.Object cloneAndExecute() throws java.lang.Exception
java.lang.Exception
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |