org.apache.axis.deployment.v2dd
Class DeploymentDescriptor
java.lang.Object
|
+--org.apache.axis.deployment.DeploymentDocument
|
+--org.apache.axis.deployment.v2dd.DeploymentDescriptor
- public class DeploymentDescriptor
- extends DeploymentDocument
Apache SOAP v2.x Deployment Descriptor Support classes
The way this is intended to work is simple: load a v2.x
deployment descriptor, and this object model (via the
V2DDDeployableItem class will convert the Service definition
into something that Axis can handle.
This will be one of the core migration pieces to move
from SOAP v2.x to Axis, and is designed to allow people
to make the move using their currently existing
deployment files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
d
protected org.w3c.dom.Document d
service
protected V2DDService service
DeploymentDescriptor
public DeploymentDescriptor()
DeploymentDescriptor
public DeploymentDescriptor(org.w3c.dom.Document d)
DeploymentDescriptor
public DeploymentDescriptor(org.w3c.dom.Element e)
getService
public V2DDService getService()
deploy
public void deploy(DeploymentRegistry registry)
throws DeploymentException
- Deploy this document to the given registry
- Overrides:
deploy
in class DeploymentDocument
Copyright © 2001 Apache XML Project. All Rights Reserved.