Represents the <methodCall> element with <methodName> and request <params> for remote invocation.
More...
#include <xml-rpc.h>
Represents the <methodCall> element with <methodName> and request <params> for remote invocation.
◆ methodCall() [1/3]
methodCall::methodCall |
( |
| ) |
|
◆ methodCall() [2/3]
methodCall::methodCall |
( |
struct soap * |
| ) |
|
◆ methodCall() [3/3]
methodCall::methodCall |
( |
struct soap * |
, |
|
|
const char * |
endpoint, |
|
|
const char * |
methodname |
|
) |
| |
instantiate with endpoint and method name
◆ error()
int methodCall::error |
( |
| ) |
const |
◆ fault()
struct value& methodCall::fault |
( |
| ) |
|
◆ name()
const char* methodCall::name |
( |
| ) |
const |
◆ operator()() [1/2]
struct params& methodCall::operator() |
( |
| ) |
|
◆ operator()() [2/2]
struct params& methodCall::operator() |
( |
const struct params & |
| ) |
|
method invocation with param list
◆ operator[]() [1/2]
struct value& methodCall::operator[] |
( |
int |
| ) |
|
method parameter accessor index
◆ operator[]() [2/2]
const struct value& methodCall::operator[] |
( |
int |
| ) |
const |
method parameter accessor index
◆ recv()
◆ response()
struct params& methodCall::response |
( |
| ) |
|
◆ send()
◆ methodEndpoint
char* methodCall::methodEndpoint |
|
private |
◆ methodName
char* methodCall::methodName |
◆ methodResponse
holds the response after the call
◆ params
struct params methodCall::params |
◆ soap
struct soap* methodCall::soap |
ref to soap struct that manages this type
The documentation for this struct was generated from the following file: