org.apache.axis.deployment
Interface DeployableItem

All Known Implementing Classes:
V2DDDeployableItem, WSDDTransport, WSDDHandler, WSDDChain, WSDDService, WSMLDeployableItem

public interface DeployableItem

Interface representing an item that is deployable into the Axis Deployment Registry


Method Summary
 QName getQName()
           
 Handler newInstance(DeploymentRegistry registry)
           
 

Method Detail

getQName

public QName getQName()

newInstance

public Handler newInstance(DeploymentRegistry registry)
                    throws java.lang.Exception


Copyright © 2001 Apache XML Project. All Rights Reserved.