Foxit PDF SDK
FSSOAPResponseInfo Class Reference

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.

 

Detailed Description

This class represents SOAP response.

Method Documentation

◆ initWithSoap_response:()

- (id) initWithSoap_response: (FSSOAPResponseInfo*)  soap_response

Constructor, with another SOAP response object.

Parameters
[in]soap_responseAnother SOAP response object.

◆ set:response_body:network_error:status_code:()

- (void) set: (NSString *)  response_header
response_body: (NSString *)  response_body
network_error: (NSString *)  network_error
status_code: (unsigned int)  status_code 

Set values.

Parameters
[in]response_headerHeader of the SOAP response.
[in]response_bodyBody of the SOAP response.
[in]network_errorNetwork error information of the SOAP response.
[in]status_codeStatus code of the response.
Returns
None.