


Public Member Functions | |
| MsgKeyData (org::xmlBlaster::util::Global &global) | |
| Minimal constructor. | |
| MsgKeyData (const MsgKeyData &key) | |
| MsgKeyData & | operator= (const MsgKeyData &key) |
| std::string | getOid () const |
| |
| void | setClientTags (const std::string &tags) |
| Set client specific meta informations. | |
| std::string | getClientTags () const |
| std::string | toXml (const std::string &extraOffset) const |
| Dump state of this object into a XML ASCII std::string. | |
| std::string | toXml () const |
| MsgKeyData * | getClone () const |
| Allocate a clone. | |
Definition at line 45 of file MsgKeyData.h.
| org::xmlBlaster::util::key::MsgKeyData::MsgKeyData | ( | org::xmlBlaster::util::Global & | global | ) |
| org::xmlBlaster::util::key::MsgKeyData::MsgKeyData | ( | const MsgKeyData & | key | ) |
| MsgKeyData& org::xmlBlaster::util::key::MsgKeyData::operator= | ( | const MsgKeyData & | key | ) |
| std::string org::xmlBlaster::util::key::MsgKeyData::getOid | ( | ) | const |
Reimplemented from org::xmlBlaster::util::key::KeyData.
| void org::xmlBlaster::util::key::MsgKeyData::setClientTags | ( | const std::string & | tags | ) |
Set client specific meta informations.
May be used to integrate your application tags, for example:
<key oid='4711' contentMime='text/xml'> <AGENT id='192.168.124.20' subId='1' type='generic'> <DRIVER id='FileProof' pollingFreq='10'> </DRIVER> </AGENT> </key>
| str | Your tags in ASCII XML syntax |
| std::string org::xmlBlaster::util::key::MsgKeyData::getClientTags | ( | ) | const |
Referenced by org::xmlBlaster::test::TestKeys::testPublishKey().
| std::string org::xmlBlaster::util::key::MsgKeyData::toXml | ( | const std::string & | extraOffset | ) | const [virtual] |
Dump state of this object into a XML ASCII std::string.
| extraOffset | indenting of tags for nice output |
Reimplemented from org::xmlBlaster::util::key::KeyData.
| std::string org::xmlBlaster::util::key::MsgKeyData::toXml | ( | ) | const [virtual] |
Reimplemented from org::xmlBlaster::util::key::KeyData.
| MsgKeyData* org::xmlBlaster::util::key::MsgKeyData::getClone | ( | ) | const [virtual] |
Allocate a clone.
Reimplemented from org::xmlBlaster::util::key::KeyData.