JBoss.orgCommunity Documentation
The Universal Description, Discovery and Integration (UDDI) protocol is one of the major building blocks required for successful Web services. UDDI creates a standard interoperable platform that enables companies and applications to quickly, easily, and dynamically find and use Web services over the Internet (or Intranet). UDDI also allows operational registries to be maintained for different purposes in different contexts. UDDI is a cross-industry effort driven by major platform and software providers, as well as marketplace operators and e-business leaders within the OASIS standards consortium [uddi-oasis-open-org]. UDDI has gone through 3 revisions and the latest version is 3.0.2 [uddi-v3]. Additional information regarding UDDI can be found at http://uddi.xml.org [uddi-xml-org].
The UDDI Registry implements the UDDI specification . UDDI is a Web-based distributed directory that enables businesses to list themselves on the Internet (or Intranet) and discover each other, similar to a traditional phone book’s yellow and white pages. The UDDI registry is both a white pages business directory and a technical specifications library. The Registry is designed to store information about Businesses and Services and it holds references to detailed documentation.
In step 1 of Figure 1.1, “Invocation Pattern using the UDDI Registry” it is shown how a business publishes services to the UDDI registry. In step 2, a client looks up the service in the registry and receives service binding information. Finally in step 3, the client then uses the binding information to invoke the service. The UDDI APIs are SOAP based for interoperability reasons. In this example we’ve three APIs specified in the UDDI v3 specification, Security, Publication and Inquiry. The UDDI v3 specification defines 9 APIs:
Apache jUDDI is server and client-side implementation of the UDDI v3 specification. The server side is the UDDI Registry, the client side are the juddi-client libraries. There is a Java as well as a C# version of the client libraries. The jUDDI GUI uses the client libraries to connect to a UDDI Registry. For more details please see the Chapter 2, Getting Started.
The following is a list of all supported UDDI interfaces provided by this release of jUDDI
Table 1.1. Supported UDDI Interfaces
API | Spec | Supported | Notes |
---|---|---|---|
Required | All Methods | ||
Optional | All Methods | Plus a number of additional methods | |
Required | All Methods | ||
Optional | All Methods | Pluggable authentication | |
Optional | All Methods | HTTP, SMTP delivery implemented, pluggable | |
Optional | All Methods | Client and Server side implementations | |
Optional | Partial | Scheduled for 3.3 | |
Optional | Implemented | Scheduled for 3.3 | |
Optional | Partial | Scheduled for 3.3 | |
Optional | All Methods | Only supports user to user transfers on the same node | |
Required | BETA | Supported via API translator | |
Required | BETA | Supported via API translator |
The following is a list of other features of interest that was either defined in the UDDI specifications or in technical notes.
Table 1.2. jUDDI Features
API | Spec | Supported | Notes |
---|---|---|---|
Digital Signatures | Server req | Full support | Java and .NET clients and in browser signing |
Client side Subscription Listener | Optional | Full support | Java and .NET clients |
Recommendation | Full support | Java, .NET clients and web GUI | |
Recommendation | Full support | Java, .NET clients and web GUI | |
Recommendation | Full support | Java client | |
UDDI Technical Compliance Kit | - | Full support | Provides a standalone UDDI testing capability |
Internationalization | Recommendation | Yes | Both end user interfaces (User and Admin web apps) are supported. Error messages from the server are external and can be overwritten. |
Registration via Annotations | - | Full support | Provides automated registration of classes via Java/.NET Annotations |
UDDI defines a number of sorting mechanisms.
Table 1.3. Supported Sort Orders
Find Qualifier | Spec | Supported | Notes |
---|---|---|---|
Required | yes | ||
Required | party | Only when using caseInsentitiveMatch, JIRA opened | |
Required | yes | ||
Required | yes | ||
Required | yes | ||
Required | yes | ||
Required | yes | ||
Optional | no | Japanese Character Strings |
UDDI also defines a number of Find Qualifiers, which modify the default search behavior of the Inquiry Find* APIs.
Table 1.4. Supported Find Qualifiers
Find Qualifier | Spec | Supported |
---|---|---|
Required | yes | |
Required | yes | |
Required | yes | |
Required | yes | |
Required | yes | |
Required | yes | |
Optional | yes | |
Required | yes | |
Required | yes | |
Required | yes | |
Required | yes | |
Required | yes | |
Required | yes | |
Required | yes |