Uses of Interface
org.apache.axis.Supplier

Packages that use Supplier
org.apache.axis   
org.apache.axis.registries   
org.apache.axis.suppliers   
 

Uses of Supplier in org.apache.axis
 

Methods in org.apache.axis with parameters of type Supplier
 void AxisEngine.deployTransport(java.lang.String key, Supplier supplier)
          Deploy a (client) Transport
 

Uses of Supplier in org.apache.axis.registries
 

Methods in org.apache.axis.registries with parameters of type Supplier
 void SupplierRegistry.add(java.lang.String key, Supplier supplier)
           
 

Uses of Supplier in org.apache.axis.suppliers
 

Classes in org.apache.axis.suppliers that implement Supplier
 class FactorySupplier
          A FactorySupplier always gives you a new Handler instance.
 class SimpleChainSupplier
          A SimpleChainSupplier
 class SimpleSupplier
          A SimpleSupplier just returns a single static instance.
 class TargetedChainSupplier
          A TargetedChainSupplier
 class TransportSupplier
          This supplier knows how to construct Transports in particular.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.