public class MethodInvocationInterceptor extends AbstractApplicableInterceptor
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG
If debug is turned on it will print uncatched exceptions within service calls.
|
Constructor and Description |
---|
MethodInvocationInterceptor() |
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Void> |
execute(ServiceInvocationContext sic)
Execute the interceptor.
|
isApplicable
public static boolean DEBUG
public IFuture<java.lang.Void> execute(ServiceInvocationContext sic)
context
- The invocation context.