Public Member Functions | |
EasyStructTest (XmlRpcServer *s) | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. More... | |
Public Member Functions inherited from XmlRpc::XmlRpcServerMethod | |
virtual std::string | help () |
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 79 of file Validator.cpp.
|
inline |
Definition at line 82 of file Validator.cpp.
|
inlinevirtual |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 84 of file Validator.cpp.