org.apache.axis.suppliers
Class TargetedChainSupplier

java.lang.Object
  |
  +--org.apache.axis.suppliers.TargetedChainSupplier
All Implemented Interfaces:
java.io.Serializable, Supplier
Direct Known Subclasses:
TransportSupplier

public class TargetedChainSupplier
extends java.lang.Object
implements Supplier

A TargetedChainSupplier

Author:
Glen Daniels (gdaniels@macromedia.com)
See Also:
Serialized Form

Constructor Summary
TargetedChainSupplier(java.lang.String myName, java.util.Vector requestNames, java.util.Vector responseNames, java.lang.String pivotName, java.util.Hashtable options, HandlerRegistry registry)
           
 
Method Summary
 Handler getHandler()
          Right now this is trivial.
 SimpleTargetedChain getNewChain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetedChainSupplier

public TargetedChainSupplier(java.lang.String myName,
                             java.util.Vector requestNames,
                             java.util.Vector responseNames,
                             java.lang.String pivotName,
                             java.util.Hashtable options,
                             HandlerRegistry registry)
Method Detail

getNewChain

public SimpleTargetedChain getNewChain()

getHandler

public Handler getHandler()
Description copied from interface: Supplier
Right now this is trivial. We may want to add some kind of context argument to this method to allow for individual Suppliers being a bit more sharable.
Specified by:
getHandler in interface Supplier


Copyright © 2001 Apache XML Project. All Rights Reserved.