|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@SPI(value="javassist") public interface ProxyFactory
ProxyFactory. (API/SPI, Singleton, ThreadSafe)
Method Summary | ||
---|---|---|
|
getInvoker(T proxy,
Class<T> type,
URL url)
create invoker. |
|
|
getProxy(Invoker<T> invoker)
create proxy. |
Method Detail |
---|
@Adaptive(value="proxy") <T> T getProxy(Invoker<T> invoker) throws RpcException
invoker
-
RpcException
@Adaptive(value="proxy") <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
T
- proxy
- type
- url
-
RpcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |