Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Examples  

WrapperClassHandler Class Reference

#include <WrapperClassHandler.hpp>

Inheritance diagram for WrapperClassHandler:

HandlerBase List of all members.

Public Methods

int AXISCALL getType ()
virtual int AXISCALL init ()
virtual int AXISCALL fini ()

Detailed Description

Author:
Susantha Kumara (skumara@virtusa.com)


Member Function Documentation

virtual int AXISCALL WrapperClassHandler::fini   [inline, virtual]
 

The finalization tasks which needs to be performed within a Handler has to be written here. This method will be automatically called by the Axis Engine when it unloads a handler.

Returns:
AXIS_SUCCESS or AXIS_FAIL to indicate success or fail.

Implements HandlerBase.

int AXISCALL WrapperClassHandler::getType   [inline, virtual]
 

Gets and returns the type of the handler. The return value could be :

  • NORMAL_HANDLER
  • WEBSERVICE_HANDLER
  • CHAIN_HANDLER
Returns:
This returns the following depending on the actual Handler type:
  • NORMAL_HANDLER : In case of a normal Handler which is used to process SOAP Headers.
  • WEBSERVICE_HANDLER : In case of a Web Service.
  • CHAIN_HANDLER : In case of a HandlerChain

Implements HandlerBase.

virtual int AXISCALL WrapperClassHandler::init   [inline, virtual]
 

The initialization tasks which needs to be performed within a Handler has to be written here. This method will be automatically called by the Axis Engine when it loads a handler.

Returns:
AXIS_SUCCESS or AXIS_FAIL to indicate success or fail.

Implements HandlerBase.


The documentation for this class was generated from the following file:
Generated on Fri Mar 3 01:12:36 2006 for AxisC++ by doxygen1.2.18