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.DispositionReportFaultMessage
void validateValuesBindingTemplate(List<org.uddi.api_v3.BindingTemplate> items, String xpath) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessage
void validateValuesBusinessEntity(List<org.uddi.api_v3.BusinessEntity> items) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessage
void validateValuesBusinessService(List<org.uddi.api_v3.BusinessService> items, String xpath) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessage
void validateValuesPublisherAssertion(List<org.uddi.api_v3.PublisherAssertion> items) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessage
void validateValuesTModel(List<org.uddi.api_v3.TModel> items) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessage
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.