
|
If you were logged in you would be able to see more operations.
|
|
|
|
The ExecuteAndWaitInterceptor just returns the result from the ActionInvocation. If an exception occurs during the processing of the invocation, then the interceptor should not return a result of null. Instead the exception should be flagged, and a new exception should be thrown in intercept()
|
|
Description
|
The ExecuteAndWaitInterceptor just returns the result from the ActionInvocation. If an exception occurs during the processing of the invocation, then the interceptor should not return a result of null. Instead the exception should be flagged, and a new exception should be thrown in intercept() |
Show » |
|