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 SummaryFields Modifier and Type Field Description static booleanDEBUGIf debug is turned on it will print uncatched exceptions within service calls.
 - 
Constructor SummaryConstructors Constructor Description MethodInvocationInterceptor()
 - 
Method SummaryAll 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.AbstractApplicableInterceptorisApplicable
 
- 
 
- 
- 
- 
Method Detail- 
executepublic IFuture<java.lang.Void> execute(ServiceInvocationContext sic) Execute the interceptor.- Parameters:
- context- The invocation context.
 
 
- 
 
-