public class MethodInterceptorInvocationHandler
extends Object
implements InvocationHandler
| Constructor and Description |
|---|
MethodInterceptorInvocationHandler(Object target,
List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |