java.lang.reflect
public class Proxy extends Object implements Serializable
Field Summary | |
---|---|
protected InvocationHandler | h |
Constructor Summary | |
---|---|
protected | Proxy(InvocationHandler h) |
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) |