Name

com.ibm.uddi.util.KeyedReference

Synopsis

This class encapsulates a single UDDI keyedReference record. See CategoryBag and IdentifierBag for additional details.

Synopsis

public class KeyedReference extends UDDIElement {
  // Constructors
    public KeyedReference(  );
    public KeyedReference(String keyName, String keyValue);
    public KeyedReference(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public String getKeyName(  );
    public String getKeyValue(  );
    public String getTModelKey(  );
    public void saveToXML(Element parent);
    public void setKeyName(String s);
    public void setKeyValue(String s);
    public void setTModelKey(String s);
}

Hierarchy

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

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.