Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

14.6 Adding Initialization Parameters to Handlers

The <servicecontextname>_handlers.xml file may define a wide range of initialization parameters, allowing you to set various properties as necessary using the property element. For example, to add custom configuration information to a service request handler, you might write something like:


For handlers that are also named objects, add initialization parameters to the <servicecontextname>_handlers.xml file rather than to <servicecontextname>_objects.xml.

These properties are then added to the rwsf::CallInfo passed into the handler's invoke() function. The property value can be retrieved via the rwsf::CallInfo 's getStringProperty(string propertyName) function.



Previous fileTop of DocumentContentsIndex pageNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.