我的java天地

axis2开发随记

1.先根据命令生成相关文件
2.以下是调用代码备份
public int[] getMeasure(String UserName, String UserPwd, int type)
   throws RemoteException {
  // 获得Stub实例
  InterfaceStub.GetMeasure smsSendEx = new InterfaceStub.GetMeasure();
  // 设置接口参数
  smsSendEx.setUserName(UserName);
  smsSendEx.setUserPwd(UserPwd);
  smsSendEx.setType(type);
  // 得到返回值
  InterfaceStub.GetMeasureResponse res = stub.GetMeasure(smsSendEx);

  int CMount = res.getCMount();// 月余额
  int CDAY = res.getCDay();// 日余额

  int[] arry = { CMount, CDAY };

  System.out.println("取账号余额====> 月余额:" + CMount + "....日余额:" + CDAY);
  return arry;
 }

posted on 2010-07-30 11:54 tobyxiong 阅读(132) 评论(0)  编辑  收藏 所属分类: java


只有注册用户登录后才能发表评论。


网站导航:
 
<2010年7月>
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

导航

统计

常用链接

留言簿(3)

随笔分类(144)

随笔档案(157)

相册

最新随笔

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜