Name

com.ibm.uddi.util.IdentifierBag

Synopsis

This class encapsulates multiple KeyedReference objects, each of which indicates a UDDI identifier. For example, an IdentifierBag object may contain one or more Dun & Bradstreet D-U-N-S® Numbers. The class is usually passed as an argument to any of the find_xxx( ) function calls.

Synopsis

public class IdentifierBag extends UDDIElement {
  // Constructors
    public IdentifierBag(  );
    public IdentifierBag(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public Vector getKeyedReferenceVector(  );
    public void saveToXML(Element parent);
    public void setKeyedReferenceVector(Vector s);
}

Hierarchy

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

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.