org.apache.axis
Interface Supplier

All Superinterfaces:
java.io.Serializable

public interface Supplier
extends java.io.Serializable

A Supplier is used to abstract creation patterns for Handlers.

Author:
Glen Daniels (gdaniels@allaire.com)

Method Summary
 Handler getHandler()
          Right now this is trivial.
 

Method Detail

getHandler

public Handler getHandler()
                   throws AxisFault
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.


Copyright © 2001 Apache XML Project. All Rights Reserved.