Class WSDDElement

java.lang.Object
org.apache.axis.deployment.wsdd.WSDDConstants
org.apache.axis.deployment.wsdd.WSDDElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WSDDDeployableItem, WSDDDeployment, WSDDDocumentation, WSDDFault, WSDDJAXRPCHandlerInfo, WSDDOperation, WSDDParameter, WSDDTypeMapping, WSDDUndeployment

public abstract class WSDDElement extends WSDDConstants implements Serializable
abstract class extended by all WSDD Element classes
See Also:
  • Constructor Details

    • WSDDElement

      public WSDDElement()
      Default constructor
    • WSDDElement

      public WSDDElement(Element e) throws WSDDException
      Create an element in WSDD that wraps an extant DOM element
      Parameters:
      e - (Element) XXX
      Throws:
      WSDDException - XXX
  • Method Details

    • getElementName

      protected abstract QName getElementName()
      Return the element name of a particular subclass.
    • getChildElement

      public Element getChildElement(Element e, String name)
    • getChildElements

      public Element[] getChildElements(Element e, String name)
    • writeToContext

      public abstract void writeToContext(SerializationContext context) throws IOException
      Write this element out to a SerializationContext
      Throws:
      IOException