Name

com.ibm.uddi.response.ServiceList

Synopsis

This class encapsulates the UDDI operator response for a find_service( ) query. Use the getServiceInfos( ) method to retrieve a ServiceInfos object.

Synopsis

public class ServiceList extends UDDIElement {
  // Constructors
    public ServiceList(  );
    public ServiceList(String operator, ServiceInfos serviceInfos);
    public ServiceList(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public String getOperator(  );
    public ServiceInfos getServiceInfos(  );
    public String getTruncated(  );
    public boolean getTruncatedBoolean(  );
    public void saveToXML(Element parent);
    public void setOperator(String s);
    public void setServiceInfos(ServiceInfos s);
    public void setTruncated(boolean s);
    public void setTruncated(String s);
}

Hierarchy

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

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.