org::xmlBlaster::util::qos::storage::QueuePropertyFactory Class Reference

Inheritance diagram for org::xmlBlaster::util::qos::storage::QueuePropertyFactory:

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

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Definition at line 27 of file QueuePropertyFactory.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


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