Uses of Class
org.apache.axis.deployment.wsdd.WSDDHandler

Packages that use WSDDHandler
org.apache.axis.deployment.wsdd   
 

Uses of WSDDHandler in org.apache.axis.deployment.wsdd
 

Subclasses of WSDDHandler in org.apache.axis.deployment.wsdd
 class WSDDChain
          WSDD chain element
 class WSDDFaultFlow
           
 class WSDDRequestFlow
           
 class WSDDResponseFlow
           
 

Methods in org.apache.axis.deployment.wsdd that return WSDDHandler
 WSDDHandler[] WSDDDeployment.getHandlers()
           
 WSDDHandler WSDDDeployment.getHandler(QName name)
           
 

Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDHandler
 void WSDDChain.addHandler(WSDDHandler handler)
          Add a Handler to the chain (at the end)
 void WSDDChain.removeHandler(WSDDHandler victim)
          Remove a Handler from the chain
 void WSDDDeployment.addHandler(WSDDHandler handler)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.