Mania++
 All Classes Functions Variables Pages
Public Member Functions | Private Attributes | List of all members
GbxMessage Class Reference

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.
 

Detailed Description

XML-fies the message for communication with the server.

Constructor & Destructor Documentation

GbxMessage::GbxMessage ( std::string  methodName,
GbxParameters  parameters = GbxParameters() 
)

Builds XML message.

Parameters
methodNameServer method name.
parametersParams which belong to the method.

The documentation for this class was generated from the following files: