@Deprecated public interface ProxyFactory extends org.apache.dubbo.rpc.ProxyFactory
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
getInvoker(T proxy,
Class<T> type,
URL url)
Deprecated.
|
default <T> org.apache.dubbo.rpc.Invoker<T> |
getInvoker(T proxy,
Class<T> type,
org.apache.dubbo.common.URL url)
Deprecated.
|
<T> T |
getProxy(Invoker<T> invoker)
Deprecated.
|
default <T> T |
getProxy(org.apache.dubbo.rpc.Invoker<T> invoker)
Deprecated.
|
<T> T |
getProxy(Invoker<T> invoker,
boolean generic)
Deprecated.
|
default <T> T |
getProxy(org.apache.dubbo.rpc.Invoker<T> invoker,
boolean generic)
Deprecated.
|
<T> T getProxy(Invoker<T> invoker) throws RpcException
RpcException<T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
RpcException<T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
RpcExceptiondefault <T> T getProxy(org.apache.dubbo.rpc.Invoker<T> invoker)
throws org.apache.dubbo.rpc.RpcException
getProxy in interface org.apache.dubbo.rpc.ProxyFactoryorg.apache.dubbo.rpc.RpcExceptiondefault <T> T getProxy(org.apache.dubbo.rpc.Invoker<T> invoker,
boolean generic)
throws org.apache.dubbo.rpc.RpcException
getProxy in interface org.apache.dubbo.rpc.ProxyFactoryorg.apache.dubbo.rpc.RpcExceptiondefault <T> org.apache.dubbo.rpc.Invoker<T> getInvoker(T proxy,
Class<T> type,
org.apache.dubbo.common.URL url)
throws org.apache.dubbo.rpc.RpcException
getInvoker in interface org.apache.dubbo.rpc.ProxyFactoryorg.apache.dubbo.rpc.RpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.