org.apache.axis.deployment.wsml
Class ServiceMapping

java.lang.Object
  |
  +--org.apache.axis.deployment.wsml.ServiceMapping
All Implemented Interfaces:
DeploymentDocument

public class ServiceMapping
extends java.lang.Object
implements DeploymentDocument

This will eventually be an implementation of the Web Service Mapping Language specification used by the Microsoft SOAP Toolkit Version 2 to deploy services. The goal here is to provide a means of allowing COM services designed for use with the MS SOAP Toolkit Version 2 to be seamlessly migrated over to Axis. These services will be deployed using a COM dispatch Handler. This is here just as a placeholder for now


Constructor Summary
ServiceMapping()
           
 
Method Summary
 void deploy(DeploymentRegistry registry)
          Deploy the contents of this document to the given registry
 org.w3c.dom.Document getDOMDocument()
           
 void undeploy(DeploymentRegistry registry)
          Undeploy the contents of this document from the given registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceMapping

public ServiceMapping()
Method Detail

deploy

public void deploy(DeploymentRegistry registry)
Description copied from interface: DeploymentDocument
Deploy the contents of this document to the given registry
Specified by:
deploy in interface DeploymentDocument
Following copied from interface: org.apache.axis.deployment.DeploymentDocument
Parameters:
registry - XXX
Throws:
DeploymentException - XXX

getDOMDocument

public org.w3c.dom.Document getDOMDocument()
                                    throws DeploymentException
Specified by:
getDOMDocument in interface DeploymentDocument

undeploy

public void undeploy(DeploymentRegistry registry)
              throws DeploymentException
Undeploy the contents of this document from the given registry.
Specified by:
undeploy in interface DeploymentDocument


Copyright © 2001 Apache XML Project. All Rights Reserved.