Name

com.ibm.uddi.response.Result

Synopsis

This class encapsulates information regarding a UDDI disposition report. The class is not typically used directly by UDDI client code.

Synopsis

public class Result extends UDDIElement {
  // Constructors
    public Result(  );
    public Result(String errno);
    public Result(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public ErrInfo getErrInfo(  );
    public String getErrno(  );
    public String getKeyType(  );
    public void saveToXML(Element parent);
    public void setErrInfo(ErrInfo s);
    public void setErrno(String s);
    public void setKeyType(String s);
}

Hierarchy

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

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.