|
Foxit PDF SDK
|
继承自 NSObject .
构造函数 | |
| (id) | - init |
| 构造函数。 | |
| (id) | - initWithSoap_response: |
| 拷贝构造函数,使用另一个SOAP响应对象。 更多... | |
| (void) | - set:response_body:network_error:status_code: |
| 设置值。 更多... | |
属性 | |
| NSString * | network_error |
| SOAP响应的网络错误信息。 | |
| NSString * | response_body |
| SOAP响应的主体。 | |
| NSString * | response_header |
| SOAP响应的头部。 | |
| unsigned int | status_code |
| 响应的状态码。 | |
此类表示SOAP response。
| - (id) initWithSoap_response: | (FSSOAPResponseInfo*) | soap_response |
拷贝构造函数,使用另一个SOAP响应对象。
| [in] | soap_response | 另一个SOAP响应对象。 |
| - (void) set: | (NSString *) | response_header | |
| response_body: | (NSString *) | response_body | |
| network_error: | (NSString *) | network_error | |
| status_code: | (unsigned int) | status_code | |
设置值。
| [in] | response_header | SOAP响应的头部。 |
| [in] | response_body | SOAP响应的主体。 |
| [in] | network_error | SOAP响应的网络错误信息。 |
| [in] | status_code | 响应的状态码。 |