12 #ifndef ctkNetworkConnectorQXMLRPC_H 13 #define ctkNetworkConnectorQXMLRPC_H 19 #include <xmlrpc/client.h> 20 #include <xmlrpc/server.h> 43 void createClient(
const QString hostName,
const unsigned int port);
46 void createServer(
const unsigned int port);
55 void initializeForEventBus();
71 virtual void processReturnValue(
int requestId, QVariant value );
74 void processFault(
int requestId,
int errorCode, QString errorString );
98 #endif // ctkNetworkConnectorQXMLRPC_H Q_DECLARE_METATYPE(xmlrpc::Variant)
QMap< QString, QList< QVariant::Type > > mafRegisterMethodsMap
map which represent list of function to be registered in the server, with parameters ...
xmlrpc::Client * m_Client
xml-rpc client provided by qxmlrpc library
xmlrpc::Server * m_Server
xml-rpc server provided by qxmlrpc library