org.apache.axis.deployment.wsdd
Class WSDDDocument
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDDocument
- public class WSDDDocument
- extends java.lang.Object
represents a WSDD Document (this is the top level object in this object model)
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
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
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(WSDDDeployment registry)
throws DeploymentException
Copyright © 2001 Apache XML Project. All Rights Reserved.