org.apache.axis.deployment.wsdd
Class WSDDDocument
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDDocument
- All Implemented Interfaces:
- DeploymentDocument
- public class WSDDDocument
- extends java.lang.Object
- implements 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 |
WSDDDocument
public WSDDDocument()
WSDDDocument
public WSDDDocument(org.w3c.dom.Document doc)
throws WSDDException
- Parameters:
doc
- (Document) XXX
WSDDDocument
public WSDDDocument(org.w3c.dom.Element e)
throws WSDDException
- Parameters:
e
- (Element) XXX
getDeployment
public WSDDDeployment getDeployment()
- Returns:
- XXX
getDOMDocument
public org.w3c.dom.Document getDOMDocument()
throws DeploymentException
- Specified by:
getDOMDocument
in interface DeploymentDocument
writeToContext
public void writeToContext(SerializationContext context)
throws java.io.IOException
setDocument
public void setDocument(org.w3c.dom.Document document)
- Parameters:
document
- XXX
deploy
public void deploy(DeploymentRegistry registry)
throws DeploymentException
- Description copied from interface:
DeploymentDocument
- Deploy the contents of 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.