


Public Member Functions | |
| MsgKeyFactory (org::xmlBlaster::util::Global &global) | |
| Can be used as singleton. | |
| ~MsgKeyFactory () | |
| org::xmlBlaster::util::key::MsgKeyData | readObject (std::string &xmlKey) |
| Parses the given xml Key and returns a org::xmlBlaster::util::key::MsgKeyData holding the data. | |
| void | startElement (std::string &name, parser::AttributeMap &attrs) |
| Start element, event from SAX parser. | |
| void | endElement (std::string &name) |
| End element, event from SAX parser. | |
Definition at line 60 of file MsgKeyFactory.h.
| org::xmlBlaster::util::key::MsgKeyFactory::MsgKeyFactory | ( | org::xmlBlaster::util::Global & | global | ) |
| org::xmlBlaster::util::key::MsgKeyFactory::~MsgKeyFactory | ( | ) |
Definition at line 26 of file MsgKeyFactory.cpp.
| org::xmlBlaster::util::key::MsgKeyData org::xmlBlaster::util::key::MsgKeyFactory::readObject | ( | std::string & | xmlKey | ) |
Parses the given xml Key and returns a org::xmlBlaster::util::key::MsgKeyData holding the data.
Parsing of update() and publish() key is supported here.
| the | XML based ASCII std::string |
Referenced by org::xmlBlaster::client::protocol::socket::SocketDriver::get(), org::xmlBlaster::util::queue::SQLiteQueuePlugin::peekWithSamePriority(), and org::xmlBlaster::test::TestKeys::testPublishKey().
| void org::xmlBlaster::util::key::MsgKeyFactory::startElement | ( | std::string & | name, | |
| parser::AttributeMap & | attrs | |||
| ) |
| void org::xmlBlaster::util::key::MsgKeyFactory::endElement | ( | std::string & | name | ) |