org::xmlBlaster::util::qos::ConnectQosFactory Class Reference

Inheritance diagram for org::xmlBlaster::util::qos::ConnectQosFactory:

Inheritance graph
[legend]
Collaboration diagram for org::xmlBlaster::util::qos::ConnectQosFactory:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Definition at line 42 of file ConnectQosFactory.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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 
)

Start element, event from SAX parser.

Parameters:
name Tag name
attrs the attributes of the tag

void org::xmlBlaster::util::qos::ConnectQosFactory::endElement ( std::string &  name  ) 

End element, event from SAX parser.

Parameters:
name Tag 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().


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