public class ResolveInterceptor extends AbstractApplicableInterceptor
| Modifier and Type | Field and Description |
|---|---|
static Set<Method> |
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.
|
isApplicablepublic IFuture<Void> execute(ServiceInvocationContext sic)
context - The invocation context.Copyright © 2015. All Rights Reserved.