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

2.8 Core Basic Classes

Table 7: Core Basic Classes

Class NameDescription

rwsf::Config

rwsf::Config is the base class for classes that encapsulate information from a deployment descriptor. Configuration information consists of a context object and a set of name/value pairs. The service implementation creates an instance of this class for each service instance. This class implements the handle/body idiom in which rwsf::ConfigImp is the body.

rwsf::ServiceIdentifier

This class represents a location and an operation pair. These two items will uniquely identiy a web service operation. The location is represented by a URL ("http://server:port/path"). The operation is an unqualified XMLName, since the namespace doesn't really matter. Even though the first parameter to each constructors is a ServiceLocation, this class is still best constructed with an expression like:

rwsf::ServiceLocation

This class represents a URL location. A basic URL is comprised of a scheme, address, and path:



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.