Public 成员函数 | |
| void | call (String url, String nameSpace, String methodName, AbSoapParams params, AbSoapListener listener) |
| void | setTimeout (int timeout) |
| void | setDotNet (boolean dotNet) |
静态 Public 成员函数 | |
| static AbSoapUtil | getInstance (Context context) |
Private 成员函数 | |
| AbSoapUtil (Context context) | |
Private 属性 | |
| AbSoapClient | mClient = null |
静态 Private 属性 | |
| static AbSoapUtil | mAbSoapUtil |
© 2012 amsoft.cn 名称:AbSoapUtil.java 描述:Soap请求工具类
|
inlineprivate |
AbSoapUtil构造方法.
| context | the context |
|
inline |
Call.
| url | the url |
| nameSpace | the name space |
| methodName | the method name |
| params | the params |
| listener | the listener |
|
inlinestatic |
|
inline |
Sets the dot net.
| dotNet | the new dot net |
|
inline |
描述:设置连接超时时间(第一次请求前设置).
| timeout | 毫秒 |
|
staticprivate |
AbSoapUtil实例.
|
private |
实例话对象.
1.8.8