Class MethodInvocationInterceptor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DEBUG
      If debug is turned on it will print uncatched exceptions within service calls.
    • Field Detail

      • DEBUG

        public static boolean DEBUG
        If debug is turned on it will print uncatched exceptions within service calls.
    • Constructor Detail

      • MethodInvocationInterceptor

        public MethodInvocationInterceptor()
    • Method Detail

      • execute

        public jadex.commons.future.IFuture<java.lang.Void> execute​(ServiceInvocationContext sic)
        Execute the interceptor.
        Parameters:
        context - The invocation context.