Represents the <methodCall> element with <methodName> and request <params> for remote invocation.
More...
#include <xml-rpc.h>
|
char * | methodName |
| name of the method
|
|
struct params | params |
| method request parameters
|
|
struct soap * | soap |
| ref to soap struct that manages this type
|
|
Represents the <methodCall> element with <methodName> and request <params> for remote invocation.
methodCall::methodCall |
( |
| ) |
|
methodCall::methodCall |
( |
struct soap * |
| ) |
|
methodCall::methodCall |
( |
struct soap * |
, |
|
|
const char * |
endpoint, |
|
|
const char * |
methodname |
|
) |
| |
instantiate with endpoint and method name
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 |
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:
- /Users/engelen/Projects/gsoap/samples/xml-rpc-json/xml-rpc.h