public static interface InterceptorManager.AroundInvokeContext
extends javax.interceptor.InvocationContext
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getInterceptorInstances() |
Object |
invokeBeanMethod()
Called from Interceptor Chain to invoke the actual bean method.
|
Object[] getInterceptorInstances()
Object invokeBeanMethod() throws Throwable
ThrowableCopyright © 2017. All rights reserved.