public class JdkProxyFactory extends AbstractProxyFactory
| 构造器和说明 |
|---|
JdkProxyFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Invoker<T> |
getInvoker(T proxy,
Class<T> type,
URL url)
create invoker.
|
<T> T |
getProxy(Invoker<T> invoker,
Class<?>[] interfaces) |
getProxy, getProxypublic <T> T getProxy(Invoker<T> invoker, Class<?>[] interfaces)
getProxy 在类中 AbstractProxyFactorypublic <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url)
ProxyFactoryCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.