Name

com.ibm.uddi.datatype.service.BusinessService

Synopsis

This class encapsulates all information for a UDDI businessService record.

Synopsis

public class BusinessService extends UDDIElement {
  // Constructors
    public BusinessService(  );
    public BusinessService(String serviceKey, String name,
      BindingTemplates bindingTemplates);
    public BusinessService(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public BindingTemplates getBindingTemplates(  );
    public String getBusinessKey(  );
    public CategoryBag getCategoryBag(  );
    public String getDefaultDescriptionString(  );
    public Vector getDescriptionVector(  );
    public Name getName(  );
    public String getNameString(  );
    public String getServiceKey(  );
    public void saveToXML(Element parent);
    public void setBindingTemplates(BindingTemplates s);
    public void setBusinessKey(String s);
    public void setCategoryBag(CategoryBag s);
    public void setDefaultDescriptionString(String s);
    public void setDescriptionVector(Vector s);
    public void setName(Name s);
    public void setName(String s);
    public void setServiceKey(String s);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.datatype.service.BusinessService

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.