Package org.apache.dubbo.common.bytecode
Class Proxy
java.lang.Object
org.apache.dubbo.common.bytecode.Proxy
Proxy.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionClass<?> static ProxyGet proxy.get instance with default handler.newInstance(InvocationHandler handler) get instance with special handler.
-
Field Details
-
THROW_UNSUPPORTED_INVOKER
-
-
Method Details
-
getProxy
Get proxy.- Parameters:
ics- interface class array.- Returns:
- Proxy instance.
-
newInstance
get instance with default handler.- Returns:
- instance.
-
newInstance
get instance with special handler.- Returns:
- instance.
-
getClassToCreate
-