|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alibaba.dubbo.common.bytecode.Proxy
public abstract class Proxy
Proxy.
Field Summary | |
---|---|
static InvocationHandler |
RETURN_NULL_INVOKER
|
static InvocationHandler |
THROW_UNSUPPORTED_INVOKER
|
Method Summary | |
---|---|
static Proxy |
getProxy(Class<?>... ics)
Get proxy. |
static Proxy |
getProxy(ClassLoader cl,
Class<?>... ics)
Get proxy. |
Object |
newInstance()
get instance with default handler. |
abstract Object |
newInstance(InvocationHandler handler)
get instance with special handler. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final InvocationHandler RETURN_NULL_INVOKER
public static final InvocationHandler THROW_UNSUPPORTED_INVOKER
Method Detail |
---|
public static Proxy getProxy(Class<?>... ics)
ics
- interface class array.
public static Proxy getProxy(ClassLoader cl, Class<?>... ics)
cl
- class loader.ics
- interface class array.
public Object newInstance()
public abstract Object newInstance(InvocationHandler handler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |