Interface IServiceInvocationInterceptor
- All Known Implementing Classes:
AbstractApplicableInterceptor,AbstractLRUApplicableInterceptor,AbstractMultiInterceptor,AuthenticationInterceptor,ComponentThreadInterceptor,DecouplingInterceptor,DecouplingReturnInterceptor,MethodInvocationInterceptor,ResolveInterceptor
public interface IServiceInvocationInterceptor
Service invocation interceptor interface.
-
Method Summary
Modifier and TypeMethodDescriptionjadex.future.IFuture<Void> execute(ServiceInvocationContext context) Execute the interceptor.booleanisApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.
-
Method Details
-
execute
Execute the interceptor.- Parameters:
context- The invocation context.
-
isApplicable
Test if the interceptor is applicable.- Returns:
- True, if applicable.
-