Class MethodProxy


  • public class MethodProxy
    extends Object
    Classes generated by Enhancer pass this object to the registered MethodInterceptor objects when an intercepted method is invoked. It can be used to either invoke the original method, or call the same method on a different object of the same type.
    Version:
    $Id: MethodProxy.java,v 1.16 2009/01/11 20:09:48 herbyderby Exp $