org.apache.axis.deployment.v2dd
Class DeploymentDescriptor

java.lang.Object
  |
  +--org.apache.axis.deployment.v2dd.DeploymentDescriptor
All Implemented Interfaces:
DeploymentDocument

public class DeploymentDescriptor
extends java.lang.Object
implements 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
 org.w3c.dom.Document getDOMDocument()
           
 V2DDService getService()
           
 void undeploy(DeploymentRegistry registry)
          Undeploy the contents of this document from the given registry.
 
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

getDOMDocument

public org.w3c.dom.Document getDOMDocument()
                                    throws DeploymentException
Specified by:
getDOMDocument in interface DeploymentDocument

getService

public V2DDService getService()

deploy

public void deploy(DeploymentRegistry registry)
            throws DeploymentException
Deploy this document to the given registry
Specified by:
deploy in interface DeploymentDocument
Following copied from interface: org.apache.axis.deployment.DeploymentDocument
Parameters:
registry - XXX
Throws:
DeploymentException - XXX

undeploy

public void undeploy(DeploymentRegistry registry)
              throws DeploymentException
Undeploy the contents of this document from the given registry.
Specified by:
undeploy in interface DeploymentDocument


Copyright © 2001 Apache XML Project. All Rights Reserved.