Package org.apache.dubbo.rpc.stub
Class StubProxyFactory
java.lang.Object
org.apache.dubbo.rpc.stub.StubProxyFactory
- All Implemented Interfaces:
ProxyFactory
Stub proxy factory is used to generate non-reflection invoker and proxy. It relies on Dubbo3
Triple compiler.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StubProxyFactory
public StubProxyFactory()
-
-
Method Details
-
getProxy
Description copied from interface:ProxyFactorycreate proxy.- Specified by:
getProxyin interfaceProxyFactory- Parameters:
invoker-- Returns:
- proxy
- Throws:
RpcException
-
getProxy
Description copied from interface:ProxyFactorycreate proxy.- Specified by:
getProxyin interfaceProxyFactory- Parameters:
invoker-- Returns:
- proxy
- Throws:
RpcException
-
getInvoker
Description copied from interface:ProxyFactorycreate invoker.- Specified by:
getInvokerin interfaceProxyFactory- Type Parameters:
T-- Parameters:
proxy-type-url-- Returns:
- invoker
- Throws:
RpcException
-