Name

com.ibm.uddi.response.DispositionReport

Synopsis

This class encapsulates a UDDI disposition report. Depending on the API call, the DispositionReport may contain error information or a success flag. For example, a call to the get_businessDetail( ) query that fails will trigger a UDDIException with an embedded DispositionReport object. A call to delete_business( ) will return a DispositionReport object directly; if the deletion was successful, the success flag will be set to true. Use getErrCode( ) to retrieve the UDDI error code (e.g., E_invalidKeyPassed, E_fatalError); use getErrno( ) to retrieve the UDDI error code number (e.g., 10210, 10500); or use getErroInfoText( ) to retrieve a more complete description of the error. Use the success( ) method to retrieve the success flag. Use getGeneric( ) to retrieve the UDDI version number of the UDDI operator site.

Synopsis

public class DispositionReport extends UDDIElement {
  // Constructors
    public DispositionReport(Element el) throws UDDIException;
  // Field Summary
    public static final String E_accountLimitExceeded;
    public static final String E_authTokenExpired;
    public static final String E_authTokenRequired;
    public static final String E_categorizationNotAllowed;
    public static final String E_invalidCategory;
    public static final String E_invalidKeyPassed;
    public static final String E_invalidURLPassed;
    public static final String E_keyRetired;
    public static final String E_operatorMismatch;
    public static final String E_userMismatch

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.