Class StubProxyFactoryWrapper
java.lang.Object
org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
- All Implemented Interfaces:
ProxyFactory
StubProxyFactoryWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) create invoker.<T> Tcreate proxy.<T> Tcreate proxy.voidsetProtocol(Protocol protocol)
-
Constructor Details
-
StubProxyFactoryWrapper
-
-
Method Details
-
setProtocol
-
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
-