public abstract class AbstractProxyFactory extends Object implements ProxyFactory
| Constructor and Description |
|---|
AbstractProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getProxy(Invoker<T> invoker)
create proxy.
|
<T> T |
getProxy(Invoker<T> invoker,
boolean generic)
create proxy.
|
abstract <T> T |
getProxy(Invoker<T> invoker,
Class<?>[] types) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInvokerpublic <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 ProxyFactoryRpcExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.