org.apache.axis.deployment
Class DeploymentDocument

java.lang.Object
  |
  +--org.apache.axis.deployment.DeploymentDocument
Direct Known Subclasses:
DeploymentDescriptor, ServiceMapping, WSDDDocument

public abstract class DeploymentDocument
extends java.lang.Object

Represents a deployment descriptor document of some sort


Constructor Summary
DeploymentDocument()
           
 
Method Summary
abstract  void deploy(DeploymentRegistry registry)
          Deploy the contents of this document to the given registry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentDocument

public DeploymentDocument()
Method Detail

deploy

public abstract void deploy(DeploymentRegistry registry)
                     throws DeploymentException
Deploy the contents of this document to the given registry


Copyright © 2001 Apache XML Project. All Rights Reserved.