|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Inquiry | Provides an EJB interface to the Inquiry API of the IBM WebSphere UDDI Registry. |
InquiryHome | The home interface of InquiryBean . |
Publish | Provides an EJB interface to the Publish API of the IBM WebSphere UDDI Registry. |
PublishHome | The home interface of PublishBean . |
Class Summary | |
InquiryBean | Provides the implementation of the EJB interface to the Inquiry API of the IBM WebSphere UDDI Registry. |
PublishBean | Provides the implementation of the EJB interface to the Publish API of the IBM WebSphere UDDI Registry. |
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |