7 #include "../Parameters/GbxParameters.h"
8 #include "../Parameters/GbxParameter.h"
40 #endif // GBXMESSAGE_H_
List of parameters.
Definition: GbxParameters.h:52
XML-fies the message for communication with the server.
Definition: GbxMessage.h:14
std::string method
Server method name.
Definition: GbxMessage.h:36
GbxMessage(std::string methodName, GbxParameters parameters=GbxParameters())
Builds XML message.
Definition: GbxMessage.cpp:3
std::string xml
Created XML message.
Definition: GbxMessage.h:37
std::string GetMethod()
Returns the method name.
Definition: GbxMessage.cpp:21
std::string GetXml()
Returns the created XML message.
Definition: GbxMessage.cpp:26