public class SpamInterceptorD4 extends Object implements IServiceInvocationInterceptor
| Constructor and Description |
|---|
SpamInterceptorD4() |
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
execute(ServiceInvocationContext context)
Execute the interceptor.
|
boolean |
isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
public boolean isApplicable(ServiceInvocationContext context)
isApplicable in interface IServiceInvocationInterceptorpublic IFuture<Void> execute(ServiceInvocationContext context)
execute in interface IServiceInvocationInterceptorcontext - The invocation context.Copyright © 2013. All Rights Reserved.