Uses of Class
org.apache.axis.deployment.wsdd.WSDDHandler
-
Packages that use WSDDHandler Package Description org.apache.axis.deployment.wsdd org.apache.axis.management org.apache.axis.management.jmx -
-
Uses of WSDDHandler in org.apache.axis.deployment.wsdd
Subclasses of WSDDHandler in org.apache.axis.deployment.wsdd Modifier and Type Class Description classWSDDChainWSDD chain elementclassWSDDFaultFlowclassWSDDJAXRPCHandlerInfoChainclassWSDDRequestFlowclassWSDDResponseFlowMethods in org.apache.axis.deployment.wsdd that return WSDDHandler Modifier and Type Method Description WSDDHandler[]WSDDDeployment. getHandlers()WSDDHandlerWSDDDeployment. getWSDDHandler(QName qname)Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDHandler Modifier and Type Method Description voidWSDDChain. 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 WSDDHandler Modifier and Type Method Description static WSDDHandlerServiceAdmin. getHandler(QName qname)static WSDDHandler[]ServiceAdmin. getHandlers()Methods in org.apache.axis.management with parameters of type WSDDHandler Modifier and Type Method Description static voidServiceAdmin. deployHandler(WSDDHandler handler) -
Uses of WSDDHandler in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that return WSDDHandler Modifier and Type Method Description WSDDHandlerDeploymentQuery. findHandler(java.lang.String qname)find a specific handlerWSDDHandlerDeploymentQueryMBean. findHandler(java.lang.String qname)find the handlerWSDDHandler[]DeploymentQuery. findHandlers()get all handlersWSDDHandler[]DeploymentQueryMBean. findHandlers()return all handlersMethods in org.apache.axis.management.jmx with parameters of type WSDDHandler Modifier and Type Method Description voidDeploymentAdministrator. deployHandler(WSDDHandler handler)voidDeploymentAdministratorMBean. deployHandler(WSDDHandler handler)
-