Public 成员函数 | |
| AbSoapClient (Context context) | |
| void | call (final String url, final String nameSpace, final String methodName, AbSoapParams Params, final AbSoapListener listener) |
| void | doCall (String url, String nameSpace, String methodName, AbSoapParams params, AbSoapListener listener) |
| void | setTimeout (int timeout) |
| boolean | isDotNet () |
| void | setDotNet (boolean dotNet) |
静态 Public 属性 | |
| static Executor | mExecutorService = null |
| static final int | DEFAULT_SOCKET_TIMEOUT = 10000 |
Private 属性 | |
| boolean | mDotNet = true |
| AbSoapParams | mParams = null |
| int | mTimeout = DEFAULT_SOCKET_TIMEOUT |
静态 Private 属性 | |
| static Context | mContext |
© 2012 amsoft.cn 名称:AbSoapClient.java 描述:Soap客户端
|
inline |
初始化.
| context | the context |
|
inline |
Call.
| url | the url |
| nameSpace | the name space |
| methodName | the method name |
| Params | the params |
| listener | the listener |
|
inline |
Do call.
| url | the url |
| nameSpace | the name space |
| methodName | the method name |
| params | the params |
| listener | the listener |
|
inline |
Checks if is dot net.
|
inline |
Sets the dot net.
| dotNet | the new dot net |
|
inline |
描述:设置连接超时时间.
| timeout | 毫秒 |
|
static |
超时时间.
|
staticprivate |
上下文.
|
private |
WebService dotNet属性.
|
static |
线程执行器.
|
private |
soap参数.
|
private |
超时时间.
1.8.8