net.sf.cglib.proxy
public class Proxy extends Object implements Serializable
java.lang.reflect.Proxy
under JDK 1.2. There are some known
subtle differences:
getExceptionTypes
on the Method
passed to the invoke
method
are the exact set that can be thrown without resulting in an
UndeclaredThrowableException
being thrown.
java.lang.reflect.UndeclaredThrowableException
.
Version: $Id: Proxy.java,v 1.6 2004/06/24 21:15:19 herbyderby Exp $
Method Summary | |
---|---|
static InvocationHandler | getInvocationHandler(Object proxy) |
static Class | getProxyClass(ClassLoader loader, Class[] interfaces) |
static boolean | isProxyClass(Class cl) |
static Object | newProxyInstance(ClassLoader loader, Class[] interfaces, InvocationHandler h) |