AnyType | |
AxiscAnyType | |
AxisException | Base class for Axis C++ exception hierarchy |
Handler | Interface for handlers |
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 |
IAttribute | Interface for the IAttribute class |
IHandlerSoapSerializer | Interface for the IHandlerSoapSerializer class. This interface is exposed to a Handler Writer, to let him manipulate on the Serialzer object. Example usage is given below |
IHeaderBlock | Interface for the IHeaderBlock class |
INamespace | Interface for the Namespace |
ISoapFault | Interface to represent SoapFault |
IWrapperSoapDeSerializer | Interface for the IWrapperSoapDeSerializer class |
Stub | This is the client Stub base class to be inherited by all stub classes genarated by WSDL2WS tool. This class acts as the interface between the users and the Axis C++ engine (client side). Programmer can use the API defined here to enrich the client application functionality. Setting transport properties, setting SOAP headers, setting connection timeout and specifying a proxy on the client stub is facilitated with this interface |
TypeMapping | Interface for the TypeMapping class |
WrapperClassHandler | |
xsd__base64Binary | |
xsd__hexBinary | |
xsdc__base64Binary | |
xsdc__hexBinary | |