WebSphere Web Services Client for C++, Version 1.0.1 Operating Systems: Linux, Solaris

Required handler files

When you are writing a client side handler, you must create a client handler header file, a client handler file and client handler factory file. The example files supplied with Web Services Client for C++ provide templates that you can use for guidance when you are creating your own handlers.

When you are writing a client side handler, you must create the following files:

Client handler header file (myClientHandler.hpp)
The client handler header file defines the handler object.
Client handler file (myClientHandler.cpp)
The client handler file defines and has the function for the public methods of the handler that are available to the library loader once an instance of the library has been created by the factory.
Client handler factory file (myClientHandlerFactory.cpp)
The client handler factory file defines and provides the function for the external methods that are exposed by the library to allow library loaders to create instances of the handler.

The templates for the example handler files for the Stock Quote sample are in Sample client handler code. These templates contain no function, but define what is required to allow a handler to be used with the AxisClient library.


Concept topic

Terms of Use | Rate this page

Timestamp iconLast updated: 12 Dec 2005
(C) Copyright IBM Corporation 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)