The IBM WebSphere UDDI Registry includes an Enterprise JavaBeans(TM) Application Programming Interface (API).

See:
          Description

Packages
com.ibm.uddi.datatypes  
com.ibm.uddi.ejb  

 

The IBM WebSphere UDDI Registry includes an Enterprise JavaBeans(TM) Application Programming Interface (API). This API provides a third alternative for interacting with the Registry, the other two being SOAP/HTTP and the Graphical User Interface. As of WAS 6.0, this API has been deprecated without replacement.

The API consists of two packages:

com.ibm.uddi.datatypes
This package consists of a set of classes that represent the data structures in the UDDI 2.0 specifications. For example, the class com.ibm.uddi.datatypes.BusinessEntity represents the businessEntity data structure from the UDDI specification.
com.ibm.uddi.ejb
This package contains the interfaces and implementations of two stateless session beans, one corresponding to the UDDI 2.0 Inquiry API and the other corresponding to the UDDI 2.0 Publish API.

Further information on the UDDI EJB Interface is available in topics within the WebSphere Application Server Version 6 Information Center, including details of permissions required to use the UDDI version 2 APIs.