The WSDL parser extension plug-in class

A WSRR WSDL parser extension plug-in is written as a Java™ class that implements the interface com.ibm.serviceregistry.ServiceRegistryParserExtension

.There is one method required to be implemented by the ServiceRegistryParserExtension interface: parseElement(). The method must return a boolean true or false value to indicate whether it made any changes that must be persisted in WSRR.

Click the link to the Javadoc API reference for details of the method.