AdminUtils | This class contains the Server side administration functionalities |
AnyElement | Struct that represents any XML element |
AnyType | |
Attribute | Interface for the Attribute class |
AxisConfig | Class for taking configuration parameters |
AxisException | Base class for Axis C++ exception hierarchy |
AxisFile | Class for allocating file resources for Axis C++ |
AxisIOStream | Interface of the input/output stream of Axis transport. ISOAPTransport is derived from this interface |
AxisTime | Time manipulating helper class |
AxisTrace | This is class is used to log messages when AXISTRACE is defined |
CharacterElement | Interface for the CharacterElement class |
ComplexElement | Interface for the ComplexElement class |
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 |
IAdminUtils | This Interface contains the Server side administration functionalities |
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 |
IWrapperSoapDeSerializer | Interface for the IWrapperSoapDeSerializer class |
SoapHeader | The Header element information item according to SOAP 1.2 specification |
SoapSerializer | Interface for the SoapSerializer class |
SOAPTransport | Interface of any Axis transport layer |
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 |
StubFunctions | Structure with function pointer definitions to provide Stub base class's functionalities for C stubs |
TypeMapping | Interface for the TypeMapping class |
WrapperClassHandler | |
WSDDHandler | Interface for the WSDDHandler class |
WSDDService | Interface for the WSDDService class |
XMLParser | Interface that any parser wrapper should implement in order to be use in Axis as a XML PULL parser. This interface basically describes XML pull parsing behavior. Any SAX or DOM parser can be wrapped to expose XML pull behavior by implementing this interface. But the efficiency of the overall component depends on the particular implementaion. Its the responsibility of the implementation class to free any memory allocated inside the class. The class should not deallocate the given input stream |
xsd__base64Binary | |
xsd__hexBinary | |