论坛首页 入门技术论坛

怎样才能获取到java.lang.reflect.Proxy类所代理的实际对象

浏览 2760 次
该帖已经被评为新手帖
作者 正文
   发表时间:2006-11-22  
rt.
   发表时间:2006-11-22  

BusinessInterface bi = new BusinessObject();
InvocationHandler  id = new LogHandler(bi);

BusinessInterface proxy = (BusinessInterface)Proxy.newProxyInstance(bi.getClass().getClassLoader(),bi.getClass().getInterfaces(),id);
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics