#include <WrapperClassHandler.hpp>
Inheritance diagram for WrapperClassHandler:
Public Methods | |
int AXISCALL | getType () |
virtual int AXISCALL | init () |
virtual int AXISCALL | fini () |
|
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.
Implements HandlerBase. |
|
Gets and returns the type of the handler. The return value could be :
Implements HandlerBase. |
|
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.
Implements HandlerBase. |