org.apache.axis.deployment.v2dd
Class DeploymentDescriptor

java.lang.Object
  |
  +--org.apache.axis.deployment.DeploymentDocument
        |
        +--org.apache.axis.deployment.v2dd.DeploymentDescriptor

public class DeploymentDescriptor
extends DeploymentDocument

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. This will be one of the core migration pieces to move from SOAP v2.x to Axis, and is designed to allow people to make the move using their currently existing deployment files.


Field Summary
protected  org.w3c.dom.Document d
           
protected  V2DDService service
           
 
Constructor Summary
DeploymentDescriptor()
           
DeploymentDescriptor(org.w3c.dom.Document d)
           
DeploymentDescriptor(org.w3c.dom.Element e)
           
 
Method Summary
 void deploy(DeploymentRegistry registry)
          Deploy this document to the given registry
 V2DDService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d

protected org.w3c.dom.Document d

service

protected V2DDService service
Constructor Detail

DeploymentDescriptor

public DeploymentDescriptor()

DeploymentDescriptor

public DeploymentDescriptor(org.w3c.dom.Document d)

DeploymentDescriptor

public DeploymentDescriptor(org.w3c.dom.Element e)
Method Detail

getService

public V2DDService getService()

deploy

public void deploy(DeploymentRegistry registry)
            throws DeploymentException
Deploy this document to the given registry
Overrides:
deploy in class DeploymentDocument


Copyright © 2001 Apache XML Project. All Rights Reserved.