4 #ifndef _iqxmlrpc_dispatcher_manager_
5 #define _iqxmlrpc_dispatcher_manager_
9 #include <boost/noncopyable.hpp>
15 #pragma warning(disable: 4275)
44 void get_methods_list(
Array&)
const;
47 void enable_introspection();
XML-RPC array type. Operates with objects of type Value, not Value_type.
Definition: value_type.h:82
void register_method(Server &server, const std::string &name)
Register class Method_class as handler for call "name" with specific server.
Definition: server.h:109
Method dispatcher base class.
Definition: method.h:185
Class that encapsulate control of multiple method dispatchers.
Definition: dispatcher_manager.h:23
Abstract factory for Method.
Definition: method.h:154