#include "XmlRpcServer.h"#include "XmlRpcServerConnection.h"#include "XmlRpcServerMethod.h"#include "XmlRpcSocket.h"#include "XmlRpcUtil.h"#include "XmlRpcException.h"#include "XmlRpc.h"Go to the source code of this file.
Classes | |
| class | ListMethods |
| class | MethodHelp |
Functions | |
| static const std::string | LIST_METHODS ("system.listMethods") |
| static const std::string | METHOD_HELP ("system.methodHelp") |
| static const std::string | MULTICALL ("system.multicall") |
Definition in file XmlRpcServer.cc.
| static const std::string LIST_METHODS | ( | "system.listMethods" | ) | [static] |
Referenced by XmlRpc::XmlRpcServer::enableIntrospection().
| static const std::string METHOD_HELP | ( | "system.methodHelp" | ) | [static] |
Referenced by XmlRpc::XmlRpcServer::enableIntrospection(), and MethodHelp::execute().
| static const std::string MULTICALL | ( | "system.multicall" | ) | [static] |
Referenced by XmlRpc::XmlRpcServer::executeMulticall(), and XmlRpc::XmlRpcServer::listMethods().
1.5.8