Uses of Class
org.apache.axis.deployment.wsdd.WSDDHandler
Packages that use WSDDHandler
Package
Description
-
Uses of WSDDHandler in org.apache.axis.deployment.wsdd
Subclasses of WSDDHandler in org.apache.axis.deployment.wsddModifier and TypeClassDescriptionclassWSDD chain elementclassclassclassclassMethods in org.apache.axis.deployment.wsdd that return WSDDHandlerModifier and TypeMethodDescriptionWSDDDeployment.getHandlers()WSDDDeployment.getWSDDHandler(QName qname) Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDHandlerModifier and TypeMethodDescriptionvoidWSDDChain.addHandler(WSDDHandler handler) Add a Handler to the chain (at the end)protected voidWSDDDeployment.addHandler(WSDDHandler handler) voidWSDDDeployment.deployHandler(WSDDHandler handler) Put a WSDDHandler into this deployment, replacing any other WSDDHandler which might already be present with the same QName.voidWSDDChain.removeHandler(WSDDHandler victim) Remove a Handler from the chain -
Uses of WSDDHandler in org.apache.axis.management
Methods in org.apache.axis.management that return WSDDHandlerModifier and TypeMethodDescriptionstatic WSDDHandlerServiceAdmin.getHandler(QName qname) static WSDDHandler[]ServiceAdmin.getHandlers()Methods in org.apache.axis.management with parameters of type WSDDHandler -
Uses of WSDDHandler in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that return WSDDHandlerModifier and TypeMethodDescriptionDeploymentQuery.findHandler(String qname) find a specific handlerDeploymentQueryMBean.findHandler(String qname) find the handlerDeploymentQuery.findHandlers()get all handlersDeploymentQueryMBean.findHandlers()return all handlersMethods in org.apache.axis.management.jmx with parameters of type WSDDHandlerModifier and TypeMethodDescriptionvoidDeploymentAdministrator.deployHandler(WSDDHandler handler) voidDeploymentAdministratorMBean.deployHandler(WSDDHandler handler)