


Public Member Functions | |
| ConnectQosFactory (org::xmlBlaster::util::Global &global) | |
| ~ConnectQosFactory () | |
| void | characters (std::string &ch) |
| This characters emulates the java version but keep in mind that it is not the virtual method inherited from DocumentHandler !! | |
| void | startElement (std::string &name, org::xmlBlaster::util::parser::AttributeMap &attrs) |
| Start element, event from SAX parser. | |
| void | endElement (std::string &name) |
| End element, event from SAX parser. | |
| org::xmlBlaster::util::qos::ConnectQosDataRef | readObject (std::string &qos) |
Definition at line 42 of file ConnectQosFactory.h.
| org::xmlBlaster::util::qos::ConnectQosFactory::ConnectQosFactory | ( | org::xmlBlaster::util::Global & | global | ) |
Definition at line 21 of file ConnectQosFactory.cpp.
| org::xmlBlaster::util::qos::ConnectQosFactory::~ConnectQosFactory | ( | ) |
Definition at line 52 of file ConnectQosFactory.cpp.
| void org::xmlBlaster::util::qos::ConnectQosFactory::characters | ( | std::string & | ch | ) |
This characters emulates the java version but keep in mind that it is not the virtual method inherited from DocumentHandler !!
| void org::xmlBlaster::util::qos::ConnectQosFactory::startElement | ( | std::string & | name, | |
| org::xmlBlaster::util::parser::AttributeMap & | attrs | |||
| ) |
| void org::xmlBlaster::util::qos::ConnectQosFactory::endElement | ( | std::string & | name | ) |
| org::xmlBlaster::util::qos::ConnectQosDataRef org::xmlBlaster::util::qos::ConnectQosFactory::readObject | ( | std::string & | qos | ) |
Referenced by org::xmlBlaster::client::protocol::socket::SocketDriver::connect(), org::xmlBlaster::client::protocol::corba::CorbaConnection::connect(), org::xmlBlaster::util::queue::SQLiteQueuePlugin::peekWithSamePriority(), org::xmlBlaster::test::TestConnect::setUp(), and org::xmlBlaster::test::TestConnectQos::testConnectQos().