Name

com.ibm.uddi.response.BusinessInfos

Synopsis

This class encapsulates multiple BusinessInfo objects. Use the getBusinessInfoVector( ) method to retrieve a Vector of BusinessInfo objects.

Synopsis

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

Hierarchy

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

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.