Class MethodInvocationInterceptor
- java.lang.Object
-
- jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
-
- jadex.bridge.service.component.interceptors.MethodInvocationInterceptor
-
- All Implemented Interfaces:
IServiceInvocationInterceptor
public class MethodInvocationInterceptor extends AbstractApplicableInterceptor
Calls a methods on an object and returns the result.
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEBUG
If debug is turned on it will print uncatched exceptions within service calls.
-
Constructor Summary
Constructors Constructor Description MethodInvocationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
execute(ServiceInvocationContext sic)
Execute the interceptor.-
Methods inherited from class jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
isApplicable
-
-
-
-
Method Detail
-
execute
public IFuture<java.lang.Void> execute(ServiceInvocationContext sic)
Execute the interceptor.- Parameters:
context
- The invocation context.
-
-