Foxit PDF SDK
9.1
|
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... | |
This class represents SOAP response.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (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.
[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. |
- (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. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
Network error information of the SOAP response.
|
readwritenonatomiccopy |
Body of the SOAP response.
|
readwritenonatomiccopy |
Header of the SOAP response.
|
readwritenonatomicassign |
Status code of the response.