Name

com.ibm.uddi.response.BusinessDetail

Synopsis

This class encapsulates the UDDI operator response for a get_businessDetail( ) query or a save_business( ) publishing request. Use the getBusinessEntityVector( ) method to extract a Vector of BusinessEntity objects.

Synopsis

public class BusinessDetail extends UDDIElement {
  // Constructors
    public BusinessDetail(  );
    public BusinessDetail(String operator);
    public BusinessDetail(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public Vector getBusinessEntityVector(  );
    public String getOperator(  );
    public String getTruncated(  );
    public boolean getTruncatedBoolean(  );
    public void saveToXML(Element parent);
    public void setBusinessEntityVector(Vector 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.BusinessDetail

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.