|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithSoap_response: |
| Constructor, with another SOAP response object. More... | |
| (void) | - set:response_body:network_error:status_code: |
| Set values. More... | |
Properties | |
| NSString * | network_error |
| Network error information of the SOAP response. | |
| NSString * | response_body |
| Body of the SOAP response. | |
| NSString * | response_header |
| Header of the SOAP response. | |
| unsigned int | status_code |
| Status code of the response. | |
This class represents SOAP response.
| - (id) initWithSoap_response: | (FSSOAPResponseInfo*) | soap_response |
Constructor, with another SOAP response object.
| [in] | soap_response | Another SOAP response object. |
| - (void) set: | (NSString *) | response_header | |
| response_body: | (NSString *) | response_body | |
| network_error: | (NSString *) | network_error | |
| status_code: | (unsigned 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. |