Public Member Functions | |
void | execute (XmlRpcValue &, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. | |
std::string | help () |
ListMethods (XmlRpcServer *s) |
Definition at line 213 of file XmlRpcServer.cpp.
ListMethods::ListMethods | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 216 of file XmlRpcServer.cpp.
void ListMethods::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 218 of file XmlRpcServer.cpp.
std::string ListMethods::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 223 of file XmlRpcServer.cpp.