Name

com.ibm.uddi.util.UploadRegister

Synopsis

This class encapsulates a single UDDI UploadRegister. UploadRegisters indicate the URL for a complete XML document and can be passed to several of the save_xxx( ) functions. For example, an UploadRegister may indicate the URL for a UDDI businessEntity record; to publish the record, use the save_business(String authInfo, UploadRegister[] uploadRegisters) method. Note that not all UDDI operator sites support the UploadRegister facility.

Synopsis

public class UploadRegister extends UDDIElement {
  // Constructors
    public UploadRegister(  );
    public UploadRegister(String value);
    public UploadRegister(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.UploadRegister

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.