com.mchange.v2.reflect
Class ForwardingInvocationHandler

java.lang.Object
  extended by com.mchange.v2.reflect.ForwardingInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class ForwardingInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
ForwardingInvocationHandler(Object inner)
           
 
Method Summary
 Object invoke(Object proxy, Method m, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardingInvocationHandler

public ForwardingInvocationHandler(Object inner)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method m,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable