Foxit PDF SDK  9.1
FSSOAPResponseInfo Class Reference
Inheritance diagram for FSSOAPResponseInfo:

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 Constructor.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithResponse_header:response_body:network_error:status_code:
 Constructor, with parameters.
More...
 
(id) - initWithSoap_response:
 Constructor, with another SOAP response object.
More...
 
(void) - set:response_body:network_error:status_code:
 Set values.
More...
 

Protected Attributes

BOOL swigCMemOwn
 
void * swigCPtr
 

Properties

NSString * network_error
 Network error information of the SOAP response.
More...
 
NSString * response_body
 Body of the SOAP response.
More...
 
NSString * response_header
 Header of the SOAP response.
More...
 
unsigned int status_code
 Status code of the response.
More...
 

Detailed Description

This class represents SOAP response.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

Constructor.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithResponse_header:response_body:network_error:status_code:

- (id) initWithResponse_header: (NSString *)  response_header
response_body: (NSString *)  response_body
network_error: (NSString *)  network_error
status_code: (unsigned int)  status_code 

Constructor, with parameters.

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.

◆ 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.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ network_error

- (NSString *) network_error
readwritenonatomiccopy

Network error information of the SOAP response.

◆ response_body

- (NSString *) response_body
readwritenonatomiccopy

Body of the SOAP response.

◆ response_header

- (NSString *) response_header
readwritenonatomiccopy

Header of the SOAP response.

◆ status_code

- (unsigned int) status_code
readwritenonatomicassign

Status code of the response.