public class JavassistProxyFactory extends AbstractProxyFactory
| Constructor and Description |
|---|
JavassistProxyFactory() |
| 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,
Class<?>[] interfaces) |
getProxy, getProxypublic <T> T getProxy(Invoker<T> invoker, Class<?>[] interfaces)
getProxy in class AbstractProxyFactorypublic <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url)
ProxyFactoryCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.