public class ValidateValuesFromWebService extends Object
UDDIConstants.IS_VALIDATED_BY
property. The value of the
IS_VALIDATED_BY reference points to a BindingTemplate which should in turn
point to a Web Service that handles validation requests for the tModel
KeyedReferences.
Short Story long, this class handles the external callout. It also handles
classpath:/ URLs (which is currently just jUDDI's implementation of VSV.UDDIConstants
Constructor and Description |
---|
ValidateValuesFromWebService() |
Modifier and Type | Method and Description |
---|---|
static void |
ValidateBinding(String url,
List<BindingTemplate> obj) |
static void |
ValidateBusiness(String url,
List<BusinessEntity> obj) |
static void |
ValidatePubAss(String url,
PublisherAssertion obj) |
static void |
ValidateService(String url,
List<BusinessService> obj) |
static void |
ValidateTModel(String url,
List<TModel> obj) |
public static void ValidateTModel(String url, List<TModel> obj) throws ValueNotAllowedException
ValueNotAllowedException
public static void ValidateBinding(String url, List<BindingTemplate> obj) throws ValueNotAllowedException
ValueNotAllowedException
public static void ValidateService(String url, List<BusinessService> obj) throws ValueNotAllowedException
ValueNotAllowedException
public static void ValidateBusiness(String url, List<BusinessEntity> obj) throws ValueNotAllowedException
ValueNotAllowedException
public static void ValidatePubAss(String url, PublisherAssertion obj) throws ValueNotAllowedException
ValueNotAllowedException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.