org.apache.axis.deployment
Interface DeploymentDocument
- All Known Implementing Classes:
- DeploymentDescriptor, ServiceMapping
- public interface DeploymentDocument
Represents a deployment descriptor document of some sort
deploy
public void deploy(DeploymentRegistry registry)
throws DeploymentException
- Deploy the contents of this document to the given registry
- Parameters:
registry
- XXX- Throws:
DeploymentException
- XXX
undeploy
public void undeploy(DeploymentRegistry registry)
throws DeploymentException
- Undeploy the contents of this document from the given registry.
getDOMDocument
public org.w3c.dom.Document getDOMDocument()
throws DeploymentException
Copyright © 2001 Apache XML Project. All Rights Reserved.