org.apache.axis.deployment.wsdd
Class WSDDDeployableItem

java.lang.Object
  |
  +--org.apache.axis.deployment.wsdd.WSDDElement
        |
        +--org.apache.axis.deployment.wsdd.WSDDDeployableItem
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WSDDFlow, WSDDGlobalConfiguration, WSDDHandler, WSDDProvider, WSDDService, WSDDTransport

public abstract class WSDDDeployableItem
extends WSDDElement

WSDD DeployableItem complexType

Author:
James Snell
See Also:
Serialized Form

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDElement
children, element
 
Constructor Summary
WSDDDeployableItem(org.w3c.dom.Element e, java.lang.String n)
           
 
Method Summary
 java.lang.String getName()
           
 WSDDParameter getParameter(java.lang.String name)
           
 WSDDParameter[] getParameters()
           
 LockableHashtable getParametersTable()
          Returns the config parameters as a hashtable (lockable)
 QName getQName()
           
protected  java.lang.String getType()
           
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement
getElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDDDeployableItem

public WSDDDeployableItem(org.w3c.dom.Element e,
                          java.lang.String n)
                   throws WSDDException
Method Detail

getName

public java.lang.String getName()

getQName

public QName getQName()

getType

protected java.lang.String getType()

getParametersTable

public LockableHashtable getParametersTable()
Returns the config parameters as a hashtable (lockable)

getParameters

public WSDDParameter[] getParameters()

getParameter

public WSDDParameter getParameter(java.lang.String name)


Copyright © 2001 Apache XML Project. All Rights Reserved.