public class ResolveInterceptor extends AbstractApplicableInterceptor
Modifier and Type | Field and Description |
---|---|
static Set |
SERVICEMETHODS
The static map of subinterceptors (method -> interceptor).
|
Constructor and Description |
---|
ResolveInterceptor() |
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
execute(ServiceInvocationContext sic)
Execute the interceptor.
|
isApplicable
public static Set SERVICEMETHODS
public IFuture<Void> execute(ServiceInvocationContext sic)
context
- The invocation context.Copyright © 2012. All Rights Reserved.