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

rwsf::MessageHandlerImp

Group:  Handler


rwsf::MessageHandlerImp rwsf::BodyBase

Local Index

Members

Non-Members

Header File

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

Description

rwsf::MessageHandlerImp provides an interface for processing messages. All message handler bodies derive from this base class, including generated proxies, services, skeletons, and loggers.

This class implements the body part of the handle/body idiom, in which rwsf::MessageHandler is the handle.

To create a new service handler, derive from this class and implement the method invoke(). For more information, see Chapter 15, "SOAP Message Handler SDK," in the HydraExpress Web Service Development Guide

Public Constructors

MessageHandlerImp();

Public Destructor

virtual 
~MessageHandlerImp();

Public Member Functions

virtual void 
destroy();
virtual void 
invoke(rwsf::CallInfo& callInfo);
virtual void 
init(const rwsf::Config& initParams);

Global Macros

#define rwsf_DEFINE_MESSAGE_HANDLER(NAME)
#define rwsf_DEFINE_STATIC_MESSAGE_HANDLER(ID, NAME)


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.