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
Throwable
Copyright © 2019. All rights reserved.