public interface ValueSetValidator
<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).
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 {@link #ConvertKeyToClass(java.lang.String)AbstractSimpleValidator,
UDDIValueSetValidationImpl,
UDDIValueSetCachingImpl| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValidValues() |
void |
validateTmodelInstanceDetails(List<org.uddi.api_v3.TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
void |
validateValuesBindingTemplate(List<org.uddi.api_v3.BindingTemplate> items,
String xpath) |
void |
validateValuesBusinessEntity(List<org.uddi.api_v3.BusinessEntity> items) |
void |
validateValuesBusinessService(List<org.uddi.api_v3.BusinessService> items,
String xpath) |
void |
validateValuesPublisherAssertion(List<org.uddi.api_v3.PublisherAssertion> items) |
void |
validateValuesTModel(List<org.uddi.api_v3.TModel> items) |
void validateTmodelInstanceDetails(List<org.uddi.api_v3.TModelInstanceInfo> tModelInstanceInfo, String xpath) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessagevoid validateValuesBindingTemplate(List<org.uddi.api_v3.BindingTemplate> items, String xpath) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessagevoid validateValuesBusinessEntity(List<org.uddi.api_v3.BusinessEntity> items) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessagevoid validateValuesBusinessService(List<org.uddi.api_v3.BusinessService> items, String xpath) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessagevoid validateValuesPublisherAssertion(List<org.uddi.api_v3.PublisherAssertion> items) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessagevoid validateValuesTModel(List<org.uddi.api_v3.TModel> items) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessageCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.