public interface InterceptorStrategy extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
Object | 
execute(javax.interceptor.InvocationContext invocationContext)
Method which will be invoked by the interceptor method annotated with  
AroundInvoke | 
Object execute(javax.interceptor.InvocationContext invocationContext) throws Exception
AroundInvokeinvocationContext - current invocation-contextException - exception which might be thrown by the intercepted methodCopyright © 2017 The Apache Software Foundation. All rights reserved.