Uses of Class
org.apache.axis.deployment.wsdd.WSDDDeployment
-
Packages that use WSDDDeployment Package Description org.apache.axis org.apache.axis.configuration org.apache.axis.deployment.wsdd -
-
Uses of WSDDDeployment in org.apache.axis
Methods in org.apache.axis that return WSDDDeployment Modifier and Type Method Description WSDDDeploymentWSDDEngineConfiguration. getDeployment()Get the WSDDDeployment for this engine configuration. -
Uses of WSDDDeployment in org.apache.axis.configuration
Methods in org.apache.axis.configuration that return WSDDDeployment Modifier and Type Method Description WSDDDeploymentDirProvider. getDeployment()WSDDDeploymentFileProvider. getDeployment()Methods in org.apache.axis.configuration with parameters of type WSDDDeployment Modifier and Type Method Description voidFileProvider. setDeployment(WSDDDeployment deployment) -
Uses of WSDDDeployment in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return WSDDDeployment Modifier and Type Method Description WSDDDeploymentWSDDDeployment. getDeployment()WSDDDeploymentWSDDDocument. getDeployment()Get the deployment.Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDDeployment Modifier and Type Method Description voidWSDDDocument. deploy(WSDDDeployment registry)do a deploy and/or undeploy, depending on what is in the document.voidWSDDChain. deployToRegistry(WSDDDeployment registry)voidWSDDDeployment. deployToRegistry(WSDDDeployment target)voidWSDDGlobalConfiguration. deployToRegistry(WSDDDeployment registry)voidWSDDHandler. deployToRegistry(WSDDDeployment deployment)voidWSDDService. deployToRegistry(WSDDDeployment registry)voidWSDDTargetedChain. deployToRegistry(WSDDDeployment registry)voidWSDDTransport. deployToRegistry(WSDDDeployment registry)voidWSDDService. removeNamespaceMappings(WSDDDeployment registry)voidWSDDUndeployment. undeployFromRegistry(WSDDDeployment registry)
-