org.apache.axis.deployment.wsdd
Class WSDDElement

java.lang.Object
  |
  +--org.apache.axis.deployment.wsdd.WSDDElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WSDDDeployableItem, WSDDDeployment, WSDDOperation, WSDDParameter, WSDDTypeMapping

public abstract class WSDDElement
extends java.lang.Object
implements java.io.Serializable

abstract class extended by all WSDD Element classes

See Also:
Serialized Form

Field Summary
protected  java.util.Hashtable children
           
protected  org.w3c.dom.Element element
           
 
Constructor Summary
WSDDElement(org.w3c.dom.Element e, java.lang.String name)
           
 
Method Summary
 org.w3c.dom.Element getElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected org.w3c.dom.Element element

children

protected java.util.Hashtable children
Constructor Detail

WSDDElement

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

getElement

public org.w3c.dom.Element getElement()


Copyright © 2001 Apache XML Project. All Rights Reserved.