|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.util.validators.BusinessServiceValidator
BusinessService validator.
| Field Summary | |
protected BusinessService |
businessService
The BusinessService to validate. |
protected boolean |
throwOnFirst
Whether the exception should be thrown from the first anomaly or when all checkings have been performed. |
| Constructor Summary | |
protected |
BusinessServiceValidator()
BusinessServiceValidator default constructor. |
protected |
BusinessServiceValidator(BusinessService businessService,
boolean throwOnFirst)
BusinessServiceValidator constructor. |
| Method Summary | |
void |
validate()
Validates a BusinessService. |
void |
validateBindingTemplates(BindingTemplates bindingTemplates)
|
void |
validateBusinessKey(BusinessKey businessKey)
|
void |
validateCategoryBag(CategoryBag categoryBag)
|
void |
validateDescription(Description description)
|
void |
validateName(Name name)
|
void |
validateServiceKey(ServiceKey serviceKey)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BusinessService businessService
protected boolean throwOnFirst
| Constructor Detail |
protected BusinessServiceValidator()
protected BusinessServiceValidator(BusinessService businessService,
boolean throwOnFirst)
businessService - The BusinessService to validate.throwOnFirst - Whether the exception should be thrown from the
first anomaly or when all checkings have been performed| Method Detail |
public void validate()
throws BusinessServiceException
BusinessServiceException - if a BusinessService anomaly has been detected
public void validateBusinessKey(BusinessKey businessKey)
throws BusinessServiceException
BusinessServiceException
public void validateServiceKey(ServiceKey serviceKey)
throws BusinessServiceException
BusinessServiceException
public void validateName(Name name)
throws BusinessServiceException
BusinessServiceException
public void validateDescription(Description description)
throws BusinessServiceException
BusinessServiceException
public void validateBindingTemplates(BindingTemplates bindingTemplates)
throws BusinessServiceException
BusinessServiceException
public void validateCategoryBag(CategoryBag categoryBag)
throws BusinessServiceException
BusinessServiceException
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||