Uses of Interface
org.apache.axis.Chain
Packages that use Chain
-
Uses of Chain in org.apache.axis
Subinterfaces of Chain in org.apache.axisClasses in org.apache.axis that implement ChainModifier and TypeClassDescriptionclassA 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.classA SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains). -
Uses of Chain in org.apache.axis.handlers.soap
Classes in org.apache.axis.handlers.soap that implement ChainModifier and TypeClassDescriptionclassASOAPServiceis a Handler which encapsulates a SOAP invocation. -
Uses of Chain in org.apache.axis.server
Classes in org.apache.axis.server that implement ChainModifier and TypeClassDescriptionclassTransport is a targeted chain that knows it's a transport.