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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
d
protected org.w3c.dom.Document d
dep
protected WSDDDeployment dep
WSDDDocument
public WSDDDocument()
WSDDDocument
public WSDDDocument(org.w3c.dom.Document doc)
WSDDDocument
public WSDDDocument(org.w3c.dom.Element e)
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.