XML-fies the message for communication with the server. More...
#include <GbxMessage.h>
Public Member Functions | |
| GbxMessage (std::string methodName, GbxParameters parameters=GbxParameters()) | |
| Builds XML message. More... | |
| std::string | GetMethod () |
| Returns the method name. | |
| std::string | GetXml () |
| Returns the created XML message. | |
Private Attributes | |
| std::string | method |
| Server method name. | |
| std::string | xml |
| Created XML message. | |
XML-fies the message for communication with the server.
| GbxMessage::GbxMessage | ( | std::string | methodName, |
| GbxParameters | parameters = GbxParameters() |
||
| ) |
Builds XML message.
| methodName | Server method name. |
| parameters | Params which belong to the method. |
1.8.6