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