Developing a validation plug-in

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

There are three methods required to be implemented by the ServiceRegistryValidator 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.