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