Represents the <methodCall> element with <methodName> and request <params> for remote invocation.
More...
#include <xml-rpc.h>
Public Attributes |
| char * | methodName |
| | name of the method
|
| struct params | params |
| | method request parameters
|
| struct soap * | soap |
| | ref to soap struct that manages this type
|
Detailed Description
Represents the <methodCall> element with <methodName> and request <params> for remote invocation.
Constructor & Destructor Documentation
| methodCall::methodCall |
( |
| ) |
|
| methodCall::methodCall |
( |
struct soap * |
| ) |
|
| methodCall::methodCall |
( |
struct soap * |
, |
|
|
const char * |
endpoint, |
|
|
const char * |
methodname |
|
) |
| |
instantiate with endpoint and method name
Member Function Documentation
| int methodCall::error |
( |
| ) |
const |
| struct value& methodCall::fault |
( |
| ) |
|
|
read |
| const char* methodCall::name |
( |
| ) |
const |
| struct params& methodCall::operator() |
( |
| ) |
|
|
read |
| struct params& methodCall::operator() |
( |
const struct params & |
| ) |
|
|
read |
method invocation with param list
| struct value& methodCall::operator[] |
( |
int |
| ) |
|
|
read |
method parameter accessor index
| struct params& methodCall::response |
( |
| ) |
|
|
read |
Member Data Documentation
| char* methodCall::methodEndpoint |
|
private |
| char* methodCall::methodName |
holds the response after the call
| struct params methodCall::params |
method request parameters
| struct soap* methodCall::soap |
ref to soap struct that manages this type
The documentation for this struct was generated from the following file: