Go to the source code of this file.
Classes | |
struct | BasicHandlerFunctions |
struct | BasicHandler |
class | HandlerBase |
interface for the Handlers. This is the base class for: -Handler -WrapperClassHandler In the Axis Architecture there are different types of Handlers : -NORMAL_HANDLER : A Handler which is used to process SOAP Headers. -WEBSERVICE_HANDLER : A web service is also considered as a Handler. -CHAIN_HANDLER : Handler Chains are also derived from Handler. Each of these handlers will inherit from this HandlerBase which serves as the base point for all the different types of Handlers. More... | |
Enumerations | |
enum | HANDLER_TYPE { NORMAL_HANDLER, WEBSERVICE_HANDLER, CHAIN_HANDLER } |
Roshan Weerasuriya (roshan@opensource.lk, roshanw@jkcsworld.com) *