org.apache.axis.deployment.v2dd
Class V2DDDeployableItem

java.lang.Object
  |
  +--org.apache.axis.deployment.v2dd.V2DDDeployableItem
All Implemented Interfaces:
DeployableItem, java.io.Serializable

public class V2DDDeployableItem
extends java.lang.Object
implements DeployableItem, java.io.Serializable

This is the class that actually bridges the gap between SOAP 2.x and Axis. An instance of this class is stored within the registry and a new handler is created that represents the SOAP 2.x service when the newInstance method is called.

See Also:
Serialized Form

Constructor Summary
V2DDDeployableItem(V2DDService service)
           
 
Method Summary
 QName getQName()
           
 Handler newInstance(DeploymentRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V2DDDeployableItem

public V2DDDeployableItem(V2DDService service)
Method Detail

getQName

public QName getQName()
Specified by:
getQName in interface DeployableItem

newInstance

public Handler newInstance(DeploymentRegistry registry)
Specified by:
newInstance in interface DeployableItem


Copyright © 2001 Apache XML Project. All Rights Reserved.