Public Member Functions | Public Attributes

methodResponse Struct Reference

Represents the <methodResponse> element with response <params> and <fault>. More...

#include <xml-rpc.h>

Collaboration diagram for methodResponse:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 methodResponse ()
 methodResponse (struct soap *)
struct valueoperator[] (int)
 response parameter accessor index
struct valueget_fault (void)
 get fault, if set
struct valueset_fault (const char *)
 set fault
struct valueset_fault (struct value &)
 set fault
int recv ()
 receive response
int send ()
 send response

Public Attributes

struct paramsparams
 response parameters
struct faultfault
 response fault
struct soapsoap
 ref to soap struct that manages this type

Detailed Description

Represents the <methodResponse> element with response <params> and <fault>.


Constructor & Destructor Documentation

methodResponse::methodResponse (  ) 
methodResponse::methodResponse ( struct soap  ) 

Member Function Documentation

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 ( struct value  )  [read]

set fault

struct value& methodResponse::set_fault ( const char *   )  [read]

set fault


Member Data Documentation

response fault

response parameters

ref to soap struct that manages this type


The documentation for this struct was generated from the following file: