Name

com.ibm.uddi.response.BusinessInfo

Synopsis

This class encapsulates brief information for a UDDI businessEntity record. This includes the businessKey, business name, and description. Use getServiceInfos( ) to retrieve a list of services offered by the business.

Synopsis

public class BusinessInfo extends UDDIElement {
  // Constructors
    public BusinessInfo(  );
    public BusinessInfo(String businessKey, String name, ServiceInfos
        serviceInfos);
    public BusinessInfo(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public String getBusinessKey(  );
    public String getDefaultDescriptionString(  );
    public Vector getDescriptionVector(  );
    public Name getName(  );
    public String getNameString(  );
    public ServiceInfos getServiceInfos(  );
    public void saveToXML(Element parent);
    public void setBusinessKey(String s);
    public void setDefaultDescriptionString(String s);
    public void setDescriptionVector(Vector s);
    public void setName(Name s);
    public void setName(String s);
    public void setServiceInfos(ServiceInfos s);
}

Hierarchy

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

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.