|
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.CategoryBagValidator
CategoryBag validator.
| Field Summary | |
protected CategoryBag |
categoryBag
The CategoryBag 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 |
CategoryBagValidator()
CategoryBagValidator default constructor. |
protected |
CategoryBagValidator(CategoryBag categoryBag,
boolean throwOnFirst)
CategoryBagValidator constructor. |
| Method Summary | |
void |
validate()
Validates an CategoryBag. |
void |
validateKeyedReference(KeyedReference keyedReference)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected CategoryBag categoryBag
protected boolean throwOnFirst
| Constructor Detail |
protected CategoryBagValidator()
protected CategoryBagValidator(CategoryBag categoryBag,
boolean throwOnFirst)
categoryBag - The CategoryBag 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 CategoryBagException
CategoryBagException - if a CategoryBag anomaly has been detected
public void validateKeyedReference(KeyedReference keyedReference)
throws CategoryBagException
CategoryBagException
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||