org.apache.axis.deployment.wsml
Class WSMLDeployableItem

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

public class WSMLDeployableItem
extends java.lang.Object
implements DeployableItem


Constructor Summary
WSMLDeployableItem()
           
 
Method Summary
 void deployToRegistry(DeploymentRegistry registry)
           
 Handler getInstance(EngineConfiguration registry)
          Obtain an instance of this item.
 QName getQName()
          Get the QName of this item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSMLDeployableItem

public WSMLDeployableItem()
Method Detail

getQName

public QName getQName()
Description copied from interface: DeployableItem
Get the QName of this item
Specified by:
getQName in interface DeployableItem
Following copied from interface: org.apache.axis.deployment.DeployableItem
Returns:
the QName of this item

getInstance

public Handler getInstance(EngineConfiguration registry)
Description copied from interface: DeployableItem
Obtain an instance of this item.
Specified by:
getInstance in interface DeployableItem
Following copied from interface: org.apache.axis.deployment.DeployableItem
Parameters:
registry - the DeploymentRegistry to use for any further lookups which may occur as a part of this operation
Returns:
a Handler which is assumedly the correct type
Throws:
java.lang.Exception - (!!! probably should be more specific)

deployToRegistry

public void deployToRegistry(DeploymentRegistry registry)
                      throws DeploymentException


Copyright © 2001 Apache XML Project. All Rights Reserved.