org.apache.axis.deployment.wsdd
public class WSDDDocument extends WSDDConstants
Field Summary | |
---|---|
protected static Log | log |
Constructor Summary | |
---|---|
WSDDDocument()
empty constructor | |
WSDDDocument(Document document)
create and bind to a document | |
WSDDDocument(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. |
Document | getDOMDocument()
get the deployment as a DOM.
|
void | setDocument(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. |
Parameters: document (Document) XXX
Parameters: e (Element) XXX
Parameters: registry
Throws: ConfigurationException
Returns: the deployment document
Returns:
Throws: ConfigurationException
Parameters: document XXX
Parameters: context
Throws: IOException