Public Member Functions | |
void | execute (XmlRpcValue &, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. More... | |
std::string | help () |
ListMethods (XmlRpcServer *s) | |
Public Member Functions inherited from XmlRpc::XmlRpcServerMethod | |
std::string & | name () |
Returns the name of the method. More... | |
XmlRpcServerMethod (std::string const &name, XmlRpcServer *server=0) | |
Constructor. More... | |
virtual | ~XmlRpcServerMethod () |
Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from XmlRpc::XmlRpcServerMethod | |
std::string | _name |
XmlRpcServer * | _server |
Definition at line 313 of file XmlRpcServer.cpp.
|
inline |
Definition at line 316 of file XmlRpcServer.cpp.
|
inlinevirtual |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 318 of file XmlRpcServer.cpp.
|
inlinevirtual |
Returns a help string for the method. Subclasses should define this method if introspection is being used.
Reimplemented from XmlRpc::XmlRpcServerMethod.
Definition at line 323 of file XmlRpcServer.cpp.