net.sf.cglib
Interface InvocationHandler

All Superinterfaces:
Callback

public interface InvocationHandler
extends Callback

java.lang.reflect.InvocationHandler replacement (unavailable under JDK 1.2).

Version:
$Id: InvocationHandler.java,v 1.3 2003/10/17 01:49:59 herbyderby Exp $
Author:
Neeme Praks neeme@apache.org

Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 

Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable
See Also:
java.lang.reflect.InvocationHandler#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object)


Copyright © 2002-2003 cglib. All Rights Reserved.