摘要: package com.robert.reflect; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class InvokerTest { pu... 阅读全文
posted @ 2012-04-05 21:48 梦见舟 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 客户端 package com.robert.reflect; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Proxy; //客户端 public class Client { static p... 阅读全文
posted @ 2012-04-05 21:35 梦见舟 阅读(122) 评论(0) 推荐(0) 编辑