Public Member Functions | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. | |
ManyTypesTest (XmlRpcServer *s) |
Definition at line 112 of file Validator.cpp.
ManyTypesTest::ManyTypesTest | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 115 of file Validator.cpp.
void ManyTypesTest::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 117 of file Validator.cpp.