public abstract class MethodsWrapper extends Object implements InvocationHandler
MethodsWrapper(Class<?> klass)
Method
getWrappedMethod(Method method)
Object
invoke(Object proxy, Method method, Object[] args)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodsWrapper(Class<?> klass)
public Method getWrappedMethod(Method method)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2013 Nuxeo SA. All Rights Reserved.