org.apache.axis.suppliers
Class SimpleChainSupplier

java.lang.Object
  |
  +--org.apache.axis.suppliers.SimpleChainSupplier
All Implemented Interfaces:
java.io.Serializable, Supplier

public class SimpleChainSupplier
extends java.lang.Object
implements Supplier

A SimpleChainSupplier

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

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

Constructor Detail

SimpleChainSupplier

public SimpleChainSupplier(java.lang.String myName,
                           java.util.Vector names,
                           java.util.Hashtable options,
                           HandlerRegistry registry)
Method Detail

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.