org.apache.axis.suppliers
Class SimpleSupplier

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

public class SimpleSupplier
extends java.lang.Object
implements Supplier

A SimpleSupplier just returns a single static instance.

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

Constructor Summary
SimpleSupplier(Handler handler)
           
 
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

SimpleSupplier

public SimpleSupplier(Handler handler)
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.