Name

com.ibm.uddi.response.RegisteredInfo

Synopsis

This class encapsulates the UDDI operator response for a get_registeredInfo( ) query. The object includes a list of all businessEntity keys and tModel keys that are controlled by the specified authentication token.

Synopsis

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

Hierarchy

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

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.