| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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)
 Only one of #deployment and #undeployment should be valid.
| Field Summary | |
| protected static org.apache.commons.logging.Log | log | 
| Constructor Summary | |
| WSDDDocument()empty constructor | |
| WSDDDocument(org.w3c.dom.Document document)create and bind to a document | |
| WSDDDocument(org.w3c.dom.Element e)bind to a sub-element in a document. | |
| Method Summary | |
|  void | deploy(WSDDDeployment registry)do a deploy and/or undeploy, depending on what is in the document. | 
|  WSDDDeployment | getDeployment()Get the deployment. | 
|  org.w3c.dom.Document | getDOMDocument()get the deployment as a DOM. | 
|  void | setDocument(org.w3c.dom.Document document)Bind to a new document, setting the undeployment nodes if it is an undeployment, the deployment tree if it is anything else. | 
|  void | writeToContext(SerializationContext context)write the deployment to the supplied serialization 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 document)
             throws WSDDException
document - (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
context - 
java.io.IOException
public void setDocument(org.w3c.dom.Document document)
                 throws WSDDException
document - XXX
WSDDException
public void deploy(WSDDDeployment registry)
            throws ConfigurationException
registry - 
ConfigurationException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||