public class StubProxyFactory extends Object implements ProxyFactory
| Constructor and Description |
|---|
StubProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
getInvoker(T proxy,
Class<T> type,
URL url)
create invoker.
|
<T> T |
getProxy(Invoker<T> invoker)
create proxy.
|
<T> T |
getProxy(Invoker<T> invoker,
boolean generic)
create proxy.
|
public <T> T getProxy(Invoker<T> invoker) throws RpcException
ProxyFactorygetProxy in interface ProxyFactoryRpcExceptionpublic <T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
ProxyFactorygetProxy in interface ProxyFactoryRpcExceptionpublic <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
ProxyFactorygetInvoker in interface ProxyFactoryRpcExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.