Name

com.ibm.uddi.util.ServiceKey

Synopsis

This class encapsulates information regarding a UDDI ServiceKey, but is not typically used by client code directly.

Synopsis

public class ServiceKey extends UDDIElement {
  // Constructors
    public ServiceKey(  );
    public ServiceKey(String value);
    public ServiceKey(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public String getText(  );
    public void saveToXML(Element parent);
    public void setText(String s);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.util.ServiceKey

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.