Name

com.ibm.uddi.response.ServiceInfos

Synopsis

This class encapsulates multiple ServiceInfo objects. Use the getServiceInfoVector( ) method to retrieve a Vector of ServiceInfo objects.

Synopsis

public class ServiceInfos extends UDDIElement {
  // Constructors
    public ServiceInfos(  );
    public ServiceInfos(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public Vector getServiceInfoVector(  );
    public void saveToXML(Element parent);
    public void setServiceInfoVector(Vector s);
}

Hierarchy

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

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.