4 #include "../ServerResponse/GbxServerResponse.h" 
   23     void SetRaw(std::string callback);
 
   34 #endif // GBXCALLBACK_H_ 
CallBack from server, de-XML-fies the callback. 
Definition: GbxCallBack.h:10
void SetRaw(std::string callback)
Sets the raw message value. 
Definition: GbxCallBack.cpp:11
Response from server, de-XML-fies the response. 
Definition: GbxServerResponse.h:70
std::string methodName
Method name. 
Definition: GbxCallBack.h:26
void extractParameters()
Extracts parameters from the raw data (XML). 
Definition: GbxCallBack.cpp:17
std::string GetMethodName()
Definition: GbxCallBack.cpp:6