Name

com.ibm.uddi.response.BusinessList

Synopsis

This class encapsulates the UDDI operator response for a find_business( ) query. Use the getBusinessInfos( ) method to retrieve a BusinessInfo object.

Synopsis

public class BusinessList extends UDDIElement {
  // Constructors
    public BusinessList(  );
    public BusinessList(String operator, BusinessInfos businessInfos);
    public BusinessList(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public BusinessInfos getBusinessInfos(  );
    public String getOperator(  );
    public String getTruncated(  );
    public boolean getTruncatedBoolean(  );
    public void saveToXML(Element parent);
    public void setBusinessInfos(BusinessInfos s);
    public void setOperator(String s);
    public void setTruncated(boolean s);
    public void setTruncated(String s);
}

Hierarchy

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

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.