@Deprecated public interface ProxyFactory extends ProxyFactory
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Invoker<T> |
getInvoker(T proxy,
Class<T> type,
URL url)
已过时。
|
default <T> Invoker<T> |
getInvoker(T proxy,
Class<T> type,
URL url)
已过时。
create invoker.
|
<T> T |
getProxy(Invoker<T> invoker)
已过时。
|
default <T> T |
getProxy(Invoker<T> invoker)
已过时。
create proxy.
|
<T> T |
getProxy(Invoker<T> invoker,
boolean generic)
已过时。
|
default <T> T |
getProxy(Invoker<T> invoker,
boolean generic)
已过时。
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 在接口中 ProxyFactoryRpcExceptiondefault <T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
ProxyFactorygetProxy 在接口中 ProxyFactoryRpcExceptiondefault <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
ProxyFactorygetInvoker 在接口中 ProxyFactoryRpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.