Name

com.ibm.uddi.VectorNodeList

Synopsis

This utility class provides an implementation of the org.w3c.dom.NodeList interface, but it is not typically used directly by UDDI client code.

Synopsis

public class VectorNodeList extends Object implements NodeList {
  // Constructors
    public VectorNodeList(Vector v);
  // Public Methods
    public int getLength(  );
    public Vector getVector(  );
    public Node item(int index);
}

Hierarchy

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

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.