


Public Member Functions | |
| QueuePropertyFactory (org::xmlBlaster::util::Global &global) | |
| ~QueuePropertyFactory () | |
| QueuePropertyBase | getQueueProperty () |
| void | startElement (std::string &name, parser::AttributeMap &attrs) |
| Called for XML callback start tag. | |
| void | characters (std::string &ch) |
| void | endElement (std::string &name) |
| End element. | |
| QueuePropertyBase | readObject (std::string &literal) |
Definition at line 27 of file QueuePropertyFactory.h.
| org::xmlBlaster::util::qos::storage::QueuePropertyFactory::QueuePropertyFactory | ( | org::xmlBlaster::util::Global & | global | ) |
Definition at line 22 of file QueuePropertyFactory.cpp.
| org::xmlBlaster::util::qos::storage::QueuePropertyFactory::~QueuePropertyFactory | ( | ) |
Definition at line 29 of file QueuePropertyFactory.cpp.
| QueuePropertyBase org::xmlBlaster::util::qos::storage::QueuePropertyFactory::getQueueProperty | ( | ) |
Definition at line 40 of file QueuePropertyFactory.cpp.
| void org::xmlBlaster::util::qos::storage::QueuePropertyFactory::startElement | ( | std::string & | name, | |
| parser::AttributeMap & | attrs | |||
| ) |
Called for XML callback start tag.
| void org::xmlBlaster::util::qos::storage::QueuePropertyFactory::characters | ( | std::string & | ch | ) |
| void org::xmlBlaster::util::qos::storage::QueuePropertyFactory::endElement | ( | std::string & | name | ) |
End element.
| QueuePropertyBase org::xmlBlaster::util::qos::storage::QueuePropertyFactory::readObject | ( | std::string & | literal | ) |
Referenced by org::xmlBlaster::test::TestConnectQos::testQueueProperty().