Class JavassistProxyFactory
java.lang.Object
org.apache.dubbo.rpc.proxy.AbstractProxyFactory
org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory
- All Implemented Interfaces:
ProxyFactory
JavassistRpcProxyFactory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.proxy.AbstractProxyFactory
getInternalInterfaces, getProxy, getProxy
-
Constructor Details
-
JavassistProxyFactory
public JavassistProxyFactory()
-
-
Method Details
-
getProxy
- Specified by:
getProxyin classAbstractProxyFactory
-
getInvoker
Description copied from interface:ProxyFactorycreate invoker.- Type Parameters:
T-- Parameters:
proxy-type-url-- Returns:
- invoker
-