Developing plug-ins by using the System Programming Interfaces

The following System Programming Interfaces, found in the ServiceRegistryClient.jar file on the client CD, are available for use with WSRR: a validation interface, a modification interface, a notification interface, and a WSDL parser extension interface. These interfaces are available in a base form that applies to all objects stored in WSRR. The validation, modification and notification interfaces are available also in an extended governance form that applies only to objects that are part of a governance lifecycle. Classes written to these interfaces are referred to as WSRR plug-ins as they hook into the standard processing performed by the WSRR application.

For a full description of the different types of plug-in, details of how to deploy them, and sample custom plug-ins, see the Related links sections .

When developing a plug-in, the plug-in code should use the API Delegates to perform actions in WSRR. For more information, please see the Related links section.

Note:

Plug-in development is described in detail in the following subtopics: