91 const Version =
"1.0";
94 const InternalMethods = (
96 "help":
"shows a list of XML-RPC methods registered with this handler",
100 (
"function":
"listMethods",
101 "help":
"lists XML-RPC method names registered with this handler",
102 "text":
"system.listMethods",
108 const XMLRPC_INVALID_XML = 2001;
148 constructor(HttpServer::AbstractAuthenticator auth, list methods, *code n_getLogMessage,
bool dbg = False, *
string n_get_prefix, *code log) ;
159 addMethod(
string name, code func,
string text,
string help,
int logopt,
auto cmark);
163 setDebug(
bool dbg = True);
174 final addMethodInternal(hash h);
192 log(hash cx,
string str);
199 final hash callMethod(hash cx,
auto params);
205 final hash handleRequest(hash cx, hash hdr, *data body);
the XmlRpcHandler namespace holds all public definitions in the XmlRpcHandler module ...
Definition: XmlRpcHandler.qm.dox.h:83