@Deprecated public interface ProxyFactory extends ProxyFactory
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
getInvoker(T proxy,
Class<T> type,
URL url)
Deprecated.
|
default <T> Invoker<T> |
getInvoker(T proxy,
Class<T> type,
URL url)
Deprecated.
create invoker.
|
<T> T |
getProxy(Invoker<T> invoker)
Deprecated.
|
default <T> T |
getProxy(Invoker<T> invoker)
Deprecated.
create proxy.
|
<T> T |
getProxy(Invoker<T> invoker,
boolean generic)
Deprecated.
|
default <T> T |
getProxy(Invoker<T> invoker,
boolean generic)
Deprecated.
create proxy.
|
<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(Invoker<T> invoker) throws RpcException
ProxyFactorygetProxy in interface ProxyFactoryRpcExceptiondefault <T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
ProxyFactorygetProxy in interface ProxyFactoryRpcExceptiondefault <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
ProxyFactorygetInvoker in interface ProxyFactoryRpcExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.