Package org.apache.axis

Interface Summary
AxisServiceConfig If a Java class which acts as the target for an Axis service implements this interface, it may convey metadata about its configuration to the Axis engine.
Chain  
ConfigurationProvider ConfigurationProvider is an interface which represents a source of configuration information for an AxisEngine.
EngineConfiguration EngineConfiguration is an interface that the Message Flow subsystem provides so that engine configuration can be provided in a pluggable way.
EngineConfigurationFactory EngineConfigurationFactory is an interface used to construct concrete EngineConfiguration instances.
Handler  
HandlerIterationStrategy Base interface for doing an action to Handlers with a MessageContext.
Supplier A Supplier is used to abstract creation patterns for Handlers.
TargetedChain  
 

Class Summary
AxisEngine An AxisEngine is the base class for AxisClient and AxisServer.
AxisServiceConfigImpl A simple implementation of AxisServiceConfig.
Constants  
FaultableHandler A FaultableHandler is essentially a wrapper for any other Handler which provides flexible fault handling semantics.
Message A complete SOAP (and/or XML-RPC, eventually) message.
MessageContext Some more general docs will go here.
Part  
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  
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.
 

Exception Summary
AxisFault An exception which maps cleanly to a SOAP fault.
ConfigurationException ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
InternalException Encapsulates exceptions for "should never occur" situations.
NoEndPointException  
SerializationException  
 



Copyright © 2001 Apache XML Project. All Rights Reserved.