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