ADK CVS

Package tryllian.webservices.registry

Provides tasks to consult a UDDI Server.

See:
          Description

Class Summary
UDDIRetrieveAccessPointTask Retrieves an AccessPoint of a specified service.
UDDIRetrieveWebServicesTask Searches the services that belong to a known (dound earlier) business.
UDDIWhitePagesSearchTask Searches a business using a business name.
UDDIYellowPagesSearchTask Provides searching for a business using taxonomy criteia described on www.uddi.org.
 

Package tryllian.webservices.registry Description

Provides tasks to consult a UDDI Server. The underlying UDDI client libray is UDDI4J.

The tasks are built on a similar structure.

  1. Inside an agent or a task, a new UDDI task instance is created.
  2. The UDDI task is given the address of a UDDI server.
  3. The task is given an optional business or service identifier key
  4. A TaskListener is added to respond to the results once the task has finished
  5. The task is added, resulting the UDDI query to be executed in a non-blocking way.
  6. The TaskListener retrieves the query results as UDDI data types, or, if possible to avoid drilling down in UDDI Data types, the getters of the tasks are used.

In case specific UDDI operations are needed that are not possible with the tasks in this package, it is possible to create a custom UDDI request.


Copyright 2005, Tryllian Solutions B.V.