Foxit PDF SDK
|
Public Member Functions | |
SOAPResponseInfo () | |
Constructor. | |
SOAPResponseInfo (SOAPResponseInfo soap_response) | |
Constructor, with another SOAP response object. More... | |
SOAPResponseInfo (String response_header, String response_body, String network_error, int status_code) | |
Constructor, with parameters. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
String | getNetwork_error () |
Get network error information of the SOAP response. More... | |
String | getResponse_body () |
Get body of the SOAP response. More... | |
String | getResponse_header () |
Get header of the SOAP response. More... | |
int | getStatus_code () |
Get status code of the response. More... | |
void | set (String response_header, String response_body, String network_error, int status_code) |
Set values. More... | |
void | setNetwork_error (String value) |
Set network error information of the SOAP response. More... | |
void | setResponse_body (String value) |
Set body of the SOAP response. More... | |
void | setResponse_header (String value) |
Set header of the SOAP response. More... | |
void | setStatus_code (int value) |
Set status code of the response. More... | |
This class represents SOAP response.
com.foxit.sdk.SOAPResponseInfo.SOAPResponseInfo | ( | String | response_header, |
String | response_body, | ||
String | network_error, | ||
int | status_code | ||
) |
Constructor, with parameters.
[in] | response_header | Header of the SOAP response. |
[in] | response_body | Body of the SOAP response. |
[in] | network_error | Network error information of the SOAP response. |
[in] | status_code | Status code of the response. |
com.foxit.sdk.SOAPResponseInfo.SOAPResponseInfo | ( | SOAPResponseInfo | soap_response | ) |
Constructor, with another SOAP response object.
[in] | soap_response | Another SOAP response object. |
synchronized void com.foxit.sdk.SOAPResponseInfo.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.SOAPResponseInfo.getNetwork_error | ( | ) |
Get network error information of the SOAP response.
com.foxit.sdk.SOAPResponseInfo.getResponse_body | ( | ) |
Get body of the SOAP response.
com.foxit.sdk.SOAPResponseInfo.getResponse_header | ( | ) |
Get header of the SOAP response.
com.foxit.sdk.SOAPResponseInfo.getStatus_code | ( | ) |
Get status code of the response.
void com.foxit.sdk.SOAPResponseInfo.set | ( | String | response_header, |
String | response_body, | ||
String | network_error, | ||
int | status_code | ||
) |
Set values.
[in] | response_header | Header of the SOAP response. |
[in] | response_body | Body of the SOAP response. |
[in] | network_error | Network error information of the SOAP response. |
[in] | status_code | Status code of the response. |
com.foxit.sdk.SOAPResponseInfo.setNetwork_error | ( | String | value | ) |
Set network error information of the SOAP response.
[in] | value | Network error information of the SOAP response. |
com.foxit.sdk.SOAPResponseInfo.setResponse_body | ( | String | value | ) |
Set body of the SOAP response.
[in] | value | Body of the SOAP response. |
com.foxit.sdk.SOAPResponseInfo.setResponse_header | ( | String | value | ) |
Set header of the SOAP response.
[in] | value | Header of the SOAP response. |
com.foxit.sdk.SOAPResponseInfo.setStatus_code | ( | int | value | ) |
Set status code of the response.
[in] | value | Status code of the response. |