IBM WebSphere Application ServerTM
Release 7

Package com.ibm.uddi.ejb

Provides an EJB interface to the IBM WebSphere UDDI Registry.

See:
          Description

Interface Summary
Inquiry Deprecated. Deprecated as of WAS 6.0.
InquiryHome Deprecated. Deprecated as of WAS 6.0.
Publish Deprecated. Deprecated as of WAS 6.0.
PublishHome Deprecated. Deprecated as of WAS 6.0.
 

Class Summary
InquiryBean Deprecated. Deprecated as of WAS 6.0.
PublishBean Deprecated. Deprecated as of WAS 6.0.
 

Package com.ibm.uddi.ejb Description

Provides an EJB interface to the IBM WebSphere UDDI Registry.

This package contains two stateless session beans: InquiryBean, which corresponds to the UDDI 2.0 Inquiry API, and PublishBean, which corresponds to the UDDI 2.0 Publish API.

Within the remote interface of each EJB, each UDDI 2.0 request message is represented by a number of (overloaded) methods. Each overloaded method takes a different combination of arguments, corresponding to the possible optional elements of the corresponding UDDI API method.

The arguments of the methods are objects in the com.ibm.uddi.datatypes package.

Each method throws a com.ibm.uddi.datatypes.DispositionReportException to indicate an error. This exception contains an instance of the com.ibm.uddi.datatypes.DispositionReport class which represents the UDDI 2.0 dispositionReport and which contains details of the error(s) encountered during the processing of the request.


IBM WebSphere Application ServerTM
Release 7