Name

com.ibm.uddi.client.UDDIProxy

Synopsis

This class provides centralized access to all inquiry and publishing functions provided by the UDDI 1.0 Programming API. To perform inquiry functions, you must set the inquiry URL via the setInquiryURL( ) method; to perform publishing functions, you must set an HTTPS URL via the setPublishURL( ) method. All publishing requests, such as save_xxx( ) and delete_xxx( ), require an authentication token; to obtain an authentication token, use the get_authToken( ) method and specify a username and password.

Synopsis

public class UDDIProxy extends Object {
  // Constructors
    public UDDIProxy(  );
    public UDDIProxy(URL inquiryURL, URL publishURL, 
      SOAPTransport transport);
  // Public Methods
    public DispositionReport delete_binding(String authInfo, 
      String bindingKey) throws UDDIException, SOAPException;
    public DispositionReport delete_binding(String authInfo,
      Vector bindingKeyStrings) throws UDDIException, SOAPException;
    public DispositionReport delete_business(String authInfo,
      String businessKey) throws UDDIException, SOAPException;
    public DispositionReport delete_business(String authInfo,
      Vector businessKeyStrings) throws UDDIException, SOAPException;
    public DispositionReport delete_service(String authInfo,
      String serviceKey) throws UDDIException, SOAPException;
    public DispositionReport delete_service(String authInfo,
      Vector serviceKeyStrings) throws UDDIException, SOAPException;
    public DispositionReport delete_tModel(String authInfo, String tModelKey) ...

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.