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 WSDDJAXRPCHandlerInfoChain
           
 class WSDDRequestFlow
           
 class WSDDResponseFlow
           
 

Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDHandler
protected  void WSDDDeployment.addHandler(WSDDHandler handler)
           
 void WSDDDeployment.deployHandler(WSDDHandler handler)
          Put a WSDDHandler into this deployment, replacing any other WSDDHandler which might already be present with the same QName.
 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
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.