Uses of Interface
org.apache.axis.Chain

Packages that use Chain
org.apache.axis   
 

Uses of Chain in org.apache.axis
 

Subinterfaces of Chain in org.apache.axis
 interface TargetedChain
           
 

Classes in org.apache.axis that implement Chain
 class 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.
 class SimpleTargetedChain
          A SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains).
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.