Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
SOAPResponseInfo () | |
Constructor. | |
SOAPResponseInfo (const SOAPResponseInfo &soap_response) | |
Constructor, with another SOAP response object. More... | |
SOAPResponseInfo (const wchar_t *response_header, const wchar_t *response_body, const wchar_t *network_error, uint32 status_code) | |
Constructor, with parameters. More... | |
void | Set (const wchar_t *response_header, const wchar_t *response_body, const wchar_t *network_error, uint32 status_code) |
Set values. More... | |
Public Attributes | |
WString | network_error |
Network error information of the SOAP response. | |
WString | response_body |
Body of the SOAP response. | |
WString | response_header |
Header of the SOAP response. | |
uint32 | status_code |
Status code of the response. | |
This class represents SOAP response.
|
inline |
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. |
|
inline |
Constructor, with another SOAP response object.
[in] | soap_response | Another SOAP response object. |
|
inline |
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. |