org.apache.axis.suppliers
Class FactorySupplier

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

public class FactorySupplier
extends java.lang.Object
implements Supplier

A FactorySupplier always gives you a new Handler instance.

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

Constructor Summary
FactorySupplier(java.lang.Class cls, java.util.Hashtable options)
           
 
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

FactorySupplier

public FactorySupplier(java.lang.Class cls,
                       java.util.Hashtable options)
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.