Name

com.ibm.uddi.response.ServiceDetail

Synopsis

This class encapsulates the UDDI operator response for a get_serviceDetail( ) query or a save_service( ) publishing request. Use the getBusinessServiceVector( ) method to retrieve a Vector of BusinessService objects.

Synopsis

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

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.