org.apache.axis.deployment.wsdd
Class WSDDDocument

java.lang.Object
  |
  +--org.apache.axis.deployment.DeploymentDocument
        |
        +--org.apache.axis.deployment.wsdd.WSDDDocument

public class WSDDDocument
extends DeploymentDocument

represents a WSDD Document (this is the top level object in this object model)


Field Summary
protected  org.w3c.dom.Document d
           
protected  WSDDDeployment dep
           
 
Constructor Summary
WSDDDocument()
           
WSDDDocument(org.w3c.dom.Document doc)
           
WSDDDocument(org.w3c.dom.Element e)
           
 
Method Summary
 void deploy(DeploymentRegistry registry)
          Deploy the contents of this document to the given registry
 WSDDDeployment getDeployment()
           
 org.w3c.dom.Document getDocument()
           
 
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

dep

protected WSDDDeployment dep
Constructor Detail

WSDDDocument

public WSDDDocument()

WSDDDocument

public WSDDDocument(org.w3c.dom.Document doc)

WSDDDocument

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

getDocument

public org.w3c.dom.Document getDocument()

getDeployment

public WSDDDeployment getDeployment()
                             throws WSDDException

deploy

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


Copyright © 2001 Apache XML Project. All Rights Reserved.