|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDConstants
|
+--org.apache.axis.deployment.wsdd.WSDDDocument
represents a WSDD Document (this is the top level object in this object model)
| Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
WSDDDocument()
|
|
WSDDDocument(org.w3c.dom.Document doc)
|
|
WSDDDocument(org.w3c.dom.Element e)
|
|
| Method Summary | |
void |
deploy(WSDDDeployment registry)
|
WSDDDeployment |
getDeployment()
|
org.w3c.dom.Document |
getDOMDocument()
|
void |
setDocument(org.w3c.dom.Document document)
|
void |
writeToContext(SerializationContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static org.apache.commons.logging.Log log
| Constructor Detail |
public WSDDDocument()
public WSDDDocument(org.w3c.dom.Document doc)
throws WSDDException
doc - (Document) XXX
public WSDDDocument(org.w3c.dom.Element e)
throws WSDDException
e - (Element) XXX| Method Detail |
public WSDDDeployment getDeployment()
public org.w3c.dom.Document getDOMDocument()
throws ConfigurationException
ConfigurationException
public void writeToContext(SerializationContext context)
throws java.io.IOException
java.io.IOExceptionpublic void setDocument(org.w3c.dom.Document document)
document - XXX
public void deploy(WSDDDeployment registry)
throws ConfigurationException
ConfigurationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||