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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDDeployableItem
public WSDDDeployableItem(org.w3c.dom.Element e,
java.lang.String n)
throws WSDDException
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.