NymphRPC Remote Procedure Call Library
Public Member Functions | List of all members
NymphMessage Class Reference

Public Member Functions

 NymphMessage (uint32_t methodId)
 
 NymphMessage (std::string *binmsg)
 
bool addValue (NymphType *value)
 
bool finish (std::string &output)
 
int getState ()
 
void setInReplyTo (uint64_t msgId)
 
bool isCallback ()
 
uint64_t getResponseId ()
 
uint64_t getMessageId ()
 
void setResultValue (NymphType *value)
 
NymphTypegetResponse ()
 
std::vector< NymphType * > parameters ()
 
uint32_t getMethodId ()
 
NymphMessagegetReplyMessage ()
 
NymphException getException ()
 
std::string getCallbackName ()
 
bool isReply ()
 
bool isException ()
 
bool setException (int exceptionId, std::string value)
 
bool setCallback (std::string name)
 

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