UDDI4J

UDDI4J is a Java(TM) class library that provides an API that is used to interact with a UDDI registry. This class library generates and parses messages sent to and received from a UDDI server. The central class in this set of APIs is com.ibm.uddi.client.UDDIProxy.

This class is a proxy for the UDDI server that is accessed from the client code. Its methods map to the UDDI Specification Go to Internet.

Note: this document is in PDF format. You must have the Adobe Acrobat Reader installed as a plugin to your browser to view this document.

The classes within com.ibm.uddi.datatype represent data objects that send or receive UDDI information. In the business and service model, the data objects are also known as subpackages.

UDDI4J error handling

The com.ibm.uddi.client.UDDIProxy package contains the following Java exceptions:

For more information, visit the IBM DeveloperWorks uddi4j Project site Go to Internet.