Represents the <methodResponse> element with response <params> and <fault>. More...
#include <xml-rpc.h>
Public Member Functions | |
methodResponse () | |
methodResponse (struct soap *) | |
struct value & | operator[] (int) |
response parameter accessor index | |
struct value & | get_fault (void) |
get fault, if set | |
struct value & | set_fault (const char *) |
set fault | |
struct value & | set_fault (struct value &) |
set fault | |
int | recv () |
receive response | |
int | send () |
send response | |
Public Attributes | |
struct params * | params |
response parameters | |
struct fault * | fault |
response fault | |
struct soap * | soap |
ref to soap struct that manages this type |
Represents the <methodResponse> element with response <params> and <fault>.
methodResponse::methodResponse | ( | ) |
methodResponse::methodResponse | ( | struct soap * | ) |
struct value& methodResponse::get_fault | ( | void | ) | [read] |
get fault, if set
struct value& methodResponse::operator[] | ( | int | ) | [read] |
response parameter accessor index
int methodResponse::recv | ( | ) |
receive response
int methodResponse::send | ( | ) |
send response
struct value& methodResponse::set_fault | ( | const char * | ) | [read] |
set fault
struct fault* methodResponse::fault |
response fault
struct params* methodResponse::params |
response parameters
struct soap* methodResponse::soap |
ref to soap struct that manages this type