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 TypeClassDescriptionclass
WSDD chain elementclass
class
class
class
Methods 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 TypeMethodDescriptionvoid
WSDDChain.addHandler
(WSDDHandler handler) Add a Handler to the chain (at the end)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.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 WSDDHandler
ServiceAdmin.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 TypeMethodDescriptionvoid
DeploymentAdministrator.deployHandler
(WSDDHandler handler) void
DeploymentAdministratorMBean.deployHandler
(WSDDHandler handler)