org.apache.axis.deployment
Interface DeployableItem
- All Known Implementing Classes:
- V2DDDeployableItem, WSDDDeployableItem, WSMLDeployableItem
- public interface DeployableItem
Interface representing a Handler-derived object that is deployable into the
Axis Deployment Registry
getQName
public QName getQName()
- Get the QName of this item
- Returns:
- the QName of this item
getInstance
public Handler getInstance(EngineConfiguration registry)
throws java.lang.Exception
- Obtain an instance of this item.
- 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)
Copyright © 2001 Apache XML Project. All Rights Reserved.