public class MethodInvocationInterceptor extends AbstractApplicableInterceptor
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | DEBUGIf 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. | 
isApplicablepublic static boolean DEBUG
public IFuture<java.lang.Void> execute(ServiceInvocationContext sic)
context - The invocation context.