Implementation the UDDI v3 spec for Value Set Validation This is basically
used to validate Keyed Reference value sets and offers validation via jUDDI's
VSV extensibility framework.
To use this, define a tModel containing the following
<categoryBag>
<keyedReference keyName=""
keyValue="uddi:juddi.apache.org:servicebindings-valueset-cp"
tModelKey="uddi:uddi.org:identifier:validatedby"/>
</categoryBag>
Where uddi:juddi.apache.org:servicebindings-valueset-cp is the binding
key of the service implementing the VSV API (this service).
From there, you need to create a class that either implements
ValueSetValidator
or extends
AbstractSimpleValidator
. It must
be in the package named org.apache.juddi.validation.vsv and must by named
following the convention outlined in
convertKeyToClass(java.lang.String)