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
AroundInvoke
invocationContext
- current invocation-contextException
- exception which might be thrown by the intercepted methodCopyright © 2015 The Apache Software Foundation. All rights reserved.