OverSim
|
#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 |
Referenced by XmlRpc::XmlRpcServer::enableIntrospection().
|
static |
Referenced by XmlRpc::XmlRpcServer::enableIntrospection(), and MethodHelp::execute().
|
static |
Referenced by XmlRpc::XmlRpcServer::executeMulticall(), and XmlRpc::XmlRpcServer::listMethods().