Uses of Interface
org.apache.axis.deployment.DeploymentDocument

Packages that use DeploymentDocument
org.apache.axis.deployment   
org.apache.axis.deployment.v2dd   
org.apache.axis.deployment.wsdd   
org.apache.axis.deployment.wsml   
 

Uses of DeploymentDocument in org.apache.axis.deployment
 

Methods in org.apache.axis.deployment that return DeploymentDocument
abstract  DeploymentDocument DeploymentRegistry.getConfigDocument()
           
 DeploymentDocument SimpleDeploymentManager.getConfigDocument()
          Obtain our "root" deployment document.
 

Methods in org.apache.axis.deployment with parameters of type DeploymentDocument
abstract  void DeploymentRegistry.deploy(DeploymentDocument deployment)
          Deploy an Axis WSDD Document
 void SimpleDeploymentManager.deploy(DeploymentDocument deployment)
          Deploy a deployment document into this registry.
 

Uses of DeploymentDocument in org.apache.axis.deployment.v2dd
 

Classes in org.apache.axis.deployment.v2dd that implement DeploymentDocument
 class DeploymentDescriptor
          Apache SOAP v2.x Deployment Descriptor Support classes The way this is intended to work is simple: load a v2.x deployment descriptor, and this object model (via the V2DDDeployableItem class will convert the Service definition into something that Axis can handle.
 

Uses of DeploymentDocument in org.apache.axis.deployment.wsdd
 

Classes in org.apache.axis.deployment.wsdd that implement DeploymentDocument
 class WSDDDocument
          represents a WSDD Document (this is the top level object in this object model)
 

Uses of DeploymentDocument in org.apache.axis.deployment.wsml
 

Classes in org.apache.axis.deployment.wsml that implement DeploymentDocument
 class ServiceMapping
          This will eventually be an implementation of the Web Service Mapping Language specification used by the Microsoft SOAP Toolkit Version 2 to deploy services.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.