Name

com.ibm.uddi.UDDIElement

Synopsis

This is the base class for all UDDI elements.

Synopsis

public abstract class UDDIElement extends Object {
  // Constructors
    public UDDIElement(  );
    public UDDIElement(Element el) throws UDDIException;
  // Field Summary
    protected Element base;
    public static String GENERIC;
    public static String XMLNS;
  // Public Methods
    public NodeList getChildElementsByTagName(Element el, String tag);
    abstract public void saveToXML(Element base);
  // Protected Methods
    protected String getText(Node el);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement

Get Web Services Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.