Public Member Functions | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. | |
Hello (XmlRpcServer *s) | |
Hello (XmlRpcServer *s) | |
std::string | help () |
std::string | help () |
Definition at line 14 of file HelloServer.cpp.
Hello::Hello | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 17 of file HelloServer.cpp.
Hello::Hello | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 17 of file port_zero_server.cpp.
void Hello::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 19 of file HelloServer.cpp.
void Hello::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 19 of file port_zero_server.cpp.
std::string Hello::help | ( | ) | [inline, virtual] |
Returns a help string for the method. Subclasses should define this method if introspection is being used.
Reimplemented from XmlRpc::XmlRpcServerMethod.
Definition at line 24 of file port_zero_server.cpp.
std::string Hello::help | ( | ) | [inline, virtual] |
Returns a help string for the method. Subclasses should define this method if introspection is being used.
Reimplemented from XmlRpc::XmlRpcServerMethod.
Definition at line 24 of file HelloServer.cpp.