|
Foxit PDF SDK
|
Public 成员函数 | |
| SOAPResponseInfo () | |
| 构造函数。 | |
| SOAPResponseInfo (String response_header, String response_body, String network_error, int status_code) | |
| 构造函数,带参数。 更多... | |
| SOAPResponseInfo (SOAPResponseInfo soap_response) | |
| 拷贝构造函数,使用另一个SOAP响应对象。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| String | getNetwork_error () |
| Get sOAP响应的网络错误信息。 更多... | |
| String | getResponse_body () |
| Get sOAP响应的主体。 更多... | |
| String | getResponse_header () |
| Get sOAP响应的头部。 更多... | |
| int | getStatus_code () |
| Get 响应的状态码。 更多... | |
| void | set (String response_header, String response_body, String network_error, int status_code) |
| 设置值。 更多... | |
| void | setNetwork_error (String value) |
| Set sOAP响应的网络错误信息。 更多... | |
| void | setResponse_body (String value) |
| Set sOAP响应的主体。 更多... | |
| void | setResponse_header (String value) |
| Set sOAP响应的头部。 更多... | |
| void | setStatus_code (int value) |
| Set 响应的状态码。 更多... | |
此类表示SOAP response。
| com.foxit.sdk.SOAPResponseInfo.SOAPResponseInfo | ( | String | response_header, |
| String | response_body, | ||
| String | network_error, | ||
| int | status_code | ||
| ) |
构造函数,带参数。
| [in] | response_header | SOAP响应的头部。 |
| [in] | response_body | SOAP响应的正文。 |
| [in] | network_error | SOAP响应的网络错误信息。 |
| [in] | status_code | 响应的状态码。 |
| com.foxit.sdk.SOAPResponseInfo.SOAPResponseInfo | ( | SOAPResponseInfo | soap_response | ) |
拷贝构造函数,使用另一个SOAP响应对象。
| [in] | soap_response | 另一个SOAP响应对象。 |
| synchronized void com.foxit.sdk.SOAPResponseInfo.delete | ( | ) |
直接清除C++相关资源。
| com.foxit.sdk.SOAPResponseInfo.getNetwork_error | ( | ) |
Get sOAP响应的网络错误信息。
| com.foxit.sdk.SOAPResponseInfo.getResponse_body | ( | ) |
Get sOAP响应的主体。
| com.foxit.sdk.SOAPResponseInfo.getResponse_header | ( | ) |
Get sOAP响应的头部。
| com.foxit.sdk.SOAPResponseInfo.getStatus_code | ( | ) |
Get 响应的状态码。
| void com.foxit.sdk.SOAPResponseInfo.set | ( | String | response_header, |
| String | response_body, | ||
| String | network_error, | ||
| int | status_code | ||
| ) |
设置值。
| [in] | response_header | SOAP响应的头部。 |
| [in] | response_body | SOAP响应的主体。 |
| [in] | network_error | SOAP响应的网络错误信息。 |
| [in] | status_code | 响应的状态码。 |
| com.foxit.sdk.SOAPResponseInfo.setNetwork_error | ( | String | value | ) |
Set sOAP响应的网络错误信息。
| [in] | value | SOAP响应的网络错误信息。 |
| com.foxit.sdk.SOAPResponseInfo.setResponse_body | ( | String | value | ) |
Set sOAP响应的主体。
| [in] | value | SOAP响应的主体。 |
| com.foxit.sdk.SOAPResponseInfo.setResponse_header | ( | String | value | ) |
Set sOAP响应的头部。
| [in] | value | SOAP响应的头部。 |
| com.foxit.sdk.SOAPResponseInfo.setStatus_code | ( | int | value | ) |
Set 响应的状态码。
| [in] | value | 响应的状态码。 |