com.metamatrix.uddi.publish
Class PublishWSDL

java.lang.Object
  extended by com.metamatrix.uddi.publish.PublishWSDL

public class PublishWSDL
extends java.lang.Object

This class uses UDDI4j's API to publish WSDL.


Constructor Summary
PublishWSDL()
           
 
Method Summary
 void publish(java.lang.String user, java.lang.String password, java.lang.String businessKey, java.lang.String url, java.lang.String inquiryUrl, java.lang.String publishUrl)
          Publish WSDL via UDDI4j java API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishWSDL

public PublishWSDL()
Method Detail

publish

public void publish(java.lang.String user,
                    java.lang.String password,
                    java.lang.String businessKey,
                    java.lang.String url,
                    java.lang.String inquiryUrl,
                    java.lang.String publishUrl)
             throws org.uddi4j.UDDIException,
                    java.security.InvalidParameterException,
                    javax.xml.soap.SOAPException,
                    org.uddi4j.transport.TransportException,
                    java.net.MalformedURLException
Publish WSDL via UDDI4j java API.

Parameters:
user - The user name for the UDDI Registry.
password - The password for the UDDI Registry
businessKey - The business key of the <@link BusinessEntity> for which to publish the WSDL
url - The url of the WSDL to publish
inquiryUrl - The inquiry url of the UDDI Registry
publishUrl - The publish url of the UDDI Registry
Throws:
java.security.InvalidParameterException - If the value is invalid.
org.uddi4j.UDDIException - If the UDDI call fails with error.
javax.xml.soap.SOAPException - If the UDDI call fails with error.
org.uddi4j.transport.TransportException
java.net.MalformedURLException
Since:
5.6


Copyright © 2009. All Rights Reserved.