The java-action element defines the java implementation
of the custom action.
The java-action element contains the following elements in
the specified order.
- java-action-class
- The java-action-class element defines the fully qualified name
of the java implementation of the com.ibm.serviceregistry.customaction.CustomAction
interface. The java-action-class element is required.
- Example:
<java-action>
<java-action-class>com.ibm.serviceregistry.customaction.examples.IncrementVersionNumbers</java-action-class>
</java-action>