org.apache.axis.deployment.wsml
Class ServiceMapping

java.lang.Object
  |
  +--org.apache.axis.deployment.DeploymentDocument
        |
        +--org.apache.axis.deployment.wsml.ServiceMapping

public class ServiceMapping
extends 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
 
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 class: DeploymentDocument
Deploy the contents of this document to the given registry
Overrides:
deploy in class DeploymentDocument


Copyright © 2001 Apache XML Project. All Rights Reserved.