Uses of Interface
org.apache.axis.registries.HandlerRegistry

Packages that use HandlerRegistry
org.apache.axis   
org.apache.axis.registries   
org.apache.axis.suppliers   
org.apache.axis.utils   
 

Uses of HandlerRegistry in org.apache.axis
 

Fields in org.apache.axis declared as HandlerRegistry
protected  HandlerRegistry AxisEngine._handlerRegistry
          The handler registry this Engine uses.
protected  HandlerRegistry AxisEngine._serviceRegistry
          The service registry this Engine uses.
 

Methods in org.apache.axis that return HandlerRegistry
 HandlerRegistry AxisEngine.getHandlerRegistry()
           
 HandlerRegistry AxisEngine.getServiceRegistry()
           
 

Methods in org.apache.axis with parameters of type HandlerRegistry
 void AxisEngine.setHandlerRegistry(HandlerRegistry registry)
           
 void AxisEngine.setServiceRegistry(HandlerRegistry registry)
           
 

Uses of HandlerRegistry in org.apache.axis.registries
 

Classes in org.apache.axis.registries that implement HandlerRegistry
 class SimpleRegistry
           
 class SupplierRegistry
          A SupplierRegistry contains Suppliers, which are used by the find() method to obtain actual Handler references.
 

Uses of HandlerRegistry in org.apache.axis.suppliers
 

Constructors in org.apache.axis.suppliers with parameters of type HandlerRegistry
TargetedChainSupplier(java.lang.String myName, java.util.Vector requestNames, java.util.Vector responseNames, java.lang.String pivotName, java.util.Hashtable options, HandlerRegistry registry)
           
SimpleChainSupplier(java.lang.String myName, java.util.Vector names, java.util.Hashtable options, HandlerRegistry registry)
           
TransportSupplier(java.lang.String myName, java.util.Vector requestNames, java.util.Vector responseNames, java.lang.String pivotName, java.util.Hashtable options, HandlerRegistry registry)
           
 

Uses of HandlerRegistry in org.apache.axis.utils
 

Methods in org.apache.axis.utils with parameters of type HandlerRegistry
static org.w3c.dom.Element Admin.list(org.w3c.dom.Element root, HandlerRegistry registry)
          Return an XML Element containing the configuration info for one of the engine's Handler registries.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.