| AxisEngine | An AxisEngine is the base class for AxisClient and
AxisServer. |
| AxisFault | An exception which maps cleanly to a SOAP fault. |
| AxisProperties | Configuration properties for AXIS. |
| AxisServiceConfigImpl | A simple implementation of AxisServiceConfig. |
| ConfigurationException | ConfigurationException is thrown when an error occurs trying to
use an EngineConfiguration. |
| Constants | |
| FaultableHandler | A FaultableHandler is essentially a wrapper for any other
Handler which provides flexible fault handling semantics. |
| InternalException | Encapsulates exceptions for "should never occur" situations. |
| Message | A complete SOAP (and/or XML-RPC, eventually) message. |
| MessageContext | A MessageContext is the Axis implementation of the javax
SOAPMessageContext class, and is core to message processing
in handlers and other parts of the system. |
| NoEndPointException | An exception to indicate that there is no end point. |
| SimpleChain | A Simple Chain is a 'composite' Handler in that it aggregates a collection
of Handlers and also acts as a Handler which delegates its operations to
the collection. |
| SimpleTargetedChain | A SimpleTargetedChain has a request handler, a pivot handler, and a response
handler (any of which may themselves be chains). |
| SOAPPart | The SOAPPart provides access to the root part of the Message which
contains the envelope. |
| Version | Little utility to get the version and build date of the axis.jar. |