|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
| def | SOAPResponseInfo () |
| Constructor. More... | |
| def | Set (response_header, response_body, network_error, status_code) |
| Set values. More... | |
Static Public Attributes | |
| network_error = _fsdk.SOAPResponseInfo_network_error | |
| Network error information of the SOAP response. | |
| response_body = _fsdk.SOAPResponseInfo_response_body | |
| Body of the SOAP response. | |
| response_header = _fsdk.SOAPResponseInfo_response_header | |
| Header of the SOAP response. | |
| status_code = _fsdk.SOAPResponseInfo_status_code | |
| Status code of the response. | |
This class represents SOAP response.
| def FoxitPDFSDKPython2.SOAPResponseInfo.SOAPResponseInfo | ( | ) |
Constructor.
Constructor, with parameters.
Constructor, with another SOAP response object.
| [in] | soap_response | Another SOAP response object. |
| [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. |
| def FoxitPDFSDKPython2.SOAPResponseInfo.Set | ( | response_header, | |
| response_body, | |||
| network_error, | |||
| 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. |