Uses of Class
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 with parameters of type DeploymentDocument
abstract  void DeploymentRegistry.deploy(DeploymentDocument deployment)
          Deploy an Axis WSDD Document
 void SimpleDeploymentManager.deploy(DeploymentDocument deployment)
          Deploy a SOAP v2.x deployment descriptor
 

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

Subclasses of DeploymentDocument in org.apache.axis.deployment.v2dd
 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
 

Subclasses of DeploymentDocument in org.apache.axis.deployment.wsdd
 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
 

Subclasses of DeploymentDocument in org.apache.axis.deployment.wsml
 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.