本帖最后由 夏的四季 于 2014-8-6 13:01 编辑
- public static void MyProxy2(){
- Proxy.newProxyInstance(
- Collection.class.getClassLoader(),
- Collection.class,
- new InvokeHandler() {
-
- @Override
- public OutputStream _invoke(String method, InputStream input,
- ResponseHandler handler) throws SystemException {
- // TODO Auto-generated method stub
- return null;
- }
- }
-
- );
- }
复制代码 在第二行老有一个小红叉 |
|