类 | |
| class | SoapResponderHandler |
Public 成员函数 | |
| AbSoapListener () | |
| abstract void | onSuccess (int statusCode, String content) |
| abstract void | onFailure (int statusCode, String content, Throwable error) |
| void | onStart () |
| void | onFinish () |
| void | sendStartMessage () |
| void | sendFinishMessage () |
| void | sendFailureMessage (int statusCode, String content, Throwable error) |
| void | sendSuccessMessage (int statusCode, String content) |
| void | sendMessage (Message msg) |
Protected 成员函数 | |
| Message | obtainMessage (int responseMessage, Object response) |
静态 Protected 属性 | |
| static final int | SUCCESS_MESSAGE = 0 |
| static final int | FAILURE_MESSAGE = 1 |
| static final int | START_MESSAGE = 4 |
| static final int | FINISH_MESSAGE = 5 |
| static final int | PROGRESS_MESSAGE = 6 |
Private 属性 | |
| Handler | mHandler |
© 2012 amsoft.cn 名称:AbSoapListener.java 描述:Soap执行监听器
|
inline |
Instantiates a new ab soap listener.
|
inlineprotected |
构造Message.
| responseMessage | the response message |
| response | the response |
|
abstract |
描述:失败,调用.
| statusCode | the status code |
| content | the content |
| error | the error |
|
inline |
完成后调用,失败,成功,调用.
|
inline |
描述:获取数据开始.
|
abstract |
描述:获取数据成功会调用这里.
| statusCode | the status code |
| content | the content |
|
inline |
失败消息.
| statusCode | the status code |
| content | the content |
| error | the error |
|
inline |
完成消息.
|
inline |
发送消息.
| msg | the msg |
|
inline |
开始消息.
|
inline |
Send success message.
| statusCode | the status code |
| content | the content |
|
staticprotected |
失败.
|
staticprotected |
完成.
|
private |
The m handler.
|
staticprotected |
进行中.
|
staticprotected |
开始.
|
staticprotected |
成功.
1.8.8