Name

com.ibm.uddi.util.CategoryBag

Synopsis

This class encapsulates multiple KeyedReference objects, each of which indicates a UDDI categorization. For example, a CategoryBag object may contain one or more NAICS codes. The class is usually passed as an argument to any of the find_xxx( ) functions.

Synopsis

public class CategoryBag extends UDDIElement {
  // Constructors
    public CategoryBag(  );
    public CategoryBag(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.CategoryBag

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.