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

rwsf::ServiceSkeletonBase

Group:  Handler


rwsf::ServiceSkeletonBase rwsf::MessageHandlerImp rwsf::BodyBase

Local Index

Members

Header File

#include <rw/rwsf/soapworx/ServiceSkeletonBase.h>

Description

Class rwsf::ServiceSkeletonBase is an abstract base class for all generated skeletons. Its derived classes handle the details of marshaling and unmarshaling a SOAP message and trapping exceptions, which they translate into SOAP fault messages.

Public Member Functions

virtual void 
init(const rwsf::Config& initParams);
void 
setProperty(const std::string& key, 
            const std::string& value);
std::string 
getProperty(const std::string& key) const;
virtual void 
invoke(rwsf::CallInfo& callInfo);
virtual void 
dispatchOperation(rwsf::CallInfo& context) = 0;


Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.