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.
|
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 ProxyFactoryRpcExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.