org::xmlBlaster::util::qos::SessionQosFactory Class Reference

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SessionQosFactory (org::xmlBlaster::util::Global &global)
 ~SessionQosFactory ()
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, parser::AttributeMap &attrs)
 Start element, event from SAX parser.
void endElement (std::string &name)
 End element, event from SAX parser.
void reset ()
SessionQosDatagetData ()
SessionQosData readObject (std::string &qos)

Detailed Description

Definition at line 119 of file SessionQos.h.


Constructor & Destructor Documentation

org::xmlBlaster::util::qos::SessionQosFactory::SessionQosFactory ( org::xmlBlaster::util::Global global  ) 

Definition at line 205 of file SessionQos.cpp.

org::xmlBlaster::util::qos::SessionQosFactory::~SessionQosFactory (  ) 

Definition at line 213 of file SessionQos.cpp.


Member Function Documentation

void org::xmlBlaster::util::qos::SessionQosFactory::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::SessionQosFactory::startElement ( std::string &  name,
parser::AttributeMap attrs 
)

Start element, event from SAX parser.

Parameters:
name Tag name
attrs the attributes of the tag

Reimplemented from org::xmlBlaster::util::XmlQoSBase.

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

End element, event from SAX parser.

Parameters:
name Tag name

Reimplemented from org::xmlBlaster::util::XmlQoSBase.

void org::xmlBlaster::util::qos::SessionQosFactory::reset (  ) 

Definition at line 270 of file SessionQos.cpp.

SessionQosData & org::xmlBlaster::util::qos::SessionQosFactory::getData (  ) 

Definition at line 277 of file SessionQos.cpp.

SessionQosData org::xmlBlaster::util::qos::SessionQosFactory::readObject ( std::string &  qos  ) 

Referenced by org::xmlBlaster::test::TestDoubleGlobal::sessionQos(), org::xmlBlaster::test::TestQos::testSessionQos(), and org::xmlBlaster::test::TestConnectQos::testSessionQos().


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