|
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.TModelValidator
TModel validator.
| Field Summary | |
protected boolean |
throwOnFirst
Whether the exception should be thrown from the first anomaly or when all checkings have been performed. |
protected TModel |
tModel
The TModel to validate. |
| Constructor Summary | |
protected |
TModelValidator()
TModelValidator default constructor. |
protected |
TModelValidator(TModel tModel,
boolean throwOnFirst)
TModelValidator constructor. |
| Method Summary | |
void |
validate()
Validates a TModel. |
void |
validateAuthorizedName(AuthorizedName authorizedName)
Validates the AuthorizedName. |
void |
validateCategoryBag(CategoryBag categoryBag)
Validates a CategoryBag. |
void |
validateDescription(Description description)
Validates a Description. |
void |
validateIdentifierBag(IdentifierBag identifierBag)
Validates an IdentifierBag. |
void |
validateName(Name name)
Validates the Name. |
void |
validateOperator(Operator operator)
Validates the Operator. |
void |
validateOverviewDoc(OverviewDoc overviewDoc)
Validates an OverviewDoc. |
void |
validateTModelKey(TModelKey tModelKey)
Validates the TModelKey. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TModel tModel
protected boolean throwOnFirst
| Constructor Detail |
protected TModelValidator()
protected TModelValidator(TModel tModel,
boolean throwOnFirst)
tModel - The TModel 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 TModelException
TModelException - if a TModel anomaly has been detected
public void validateTModelKey(TModelKey tModelKey)
throws TModelException
tModelKey - The TModelKey to validate.
TModelException - if a TModelKey anomaly has been detected
public void validateAuthorizedName(AuthorizedName authorizedName)
throws TModelException
authorizedName - The AuthorizedName to validate.
TModelException - if an AuthorizedName anomaly has been detected
public void validateOperator(Operator operator)
throws TModelException
operator - The Operator to validate.
TModelException - if an Operator anomaly has been detected
public void validateName(Name name)
throws TModelException
name - The Name to validate.
TModelException - if an Operator anomaly has been detected
public void validateDescription(Description description)
throws TModelException
description - The Description to validate.
TModelException - if a Description anomaly has been detected
public void validateOverviewDoc(OverviewDoc overviewDoc)
throws TModelException
overviewDoc - The OverviewDoc to validate.
TModelException - if an OverviewDoc anomaly has been detected
public void validateIdentifierBag(IdentifierBag identifierBag)
throws TModelException
identifierBag - The IdentifierBag to validate.
TModelException - if an OverviewDoc anomaly has been detected
public void validateCategoryBag(CategoryBag categoryBag)
throws TModelException
categoryBag - The CategoryBag to validate.
TModelException - if an OverviewDoc anomaly has been detected
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||