Developing a modification plug-in

A WSRR modification plug-in is written as a Java™ class that implements the interface com.ibm.serviceregistry.ServiceRegistryModifier.

The following methods are required to be implemented by the ServiceRegistryModifier interface: create(), update() and delete(). Each method must return a ServiceRegistryStatus object to indicate its completion.

Click the links to the Javadoc API reference for details of methods and return values.