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

rwsf::MessageHandlerImp

Group:  Web Services


rwsf::MessageHandlerImprwsf::BodyBase

Local Index

Members

Header File

#include rwsf/webservice/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 Destructors

virtual
~MessageHandlerImp();

Public Member Functions

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


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.