Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress C++ API Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::JmsSaxHandler

Group:  JMS Transport


Does not inherit

Local Index

Members

Header File

#include rwsf/transport/jms/JmsSaxHandler.h

Description

Class JmsSaxHandler provides a SAX content handler for parsing handler specification files. It is used by the JmsClient class to parse $RWSF_CONF/jms/jmsProviders.xml. Refer to the documentation for the configuration file syntax.

Public Constructors

JmsSaxHandler(rwsf::ConfigBinding & configBinding,
    rwsf::XmlSAXParser * parser);

Public Destructors

virtual
~JmsSaxHandler();

Public Member Functions

void
characters(const std::string & chars);
void
endElement(const rwsf::XmlName & name);
void
startElement(const rwsf::XmlName & name,
    const rwsf::XmlAttributeSet & attrs);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.