Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._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 = _swig_property(_fsdk.SOAPResponseInfo_network_error_get, _fsdk.SOAPResponseInfo_network_error_set) | |
Network error information of the SOAP response. | |
response_body = _swig_property(_fsdk.SOAPResponseInfo_response_body_get, _fsdk.SOAPResponseInfo_response_body_set) | |
Body of the SOAP response. | |
response_header = _swig_property(_fsdk.SOAPResponseInfo_response_header_get, _fsdk.SOAPResponseInfo_response_header_set) | |
Header of the SOAP response. | |
status_code = _swig_property(_fsdk.SOAPResponseInfo_status_code_get, _fsdk.SOAPResponseInfo_status_code_set) | |
Status code of the response. | |
This class represents SOAP response.
def FoxitPDFSDKPython3.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 FoxitPDFSDKPython3.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. |