|
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.InstanceDetailsValidator
InstanceDetails validator.
| Field Summary | |
protected InstanceDetails |
instanceDetails
The InstanceDetails 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 |
InstanceDetailsValidator()
InstanceDetailsValidator default constructor. |
protected |
InstanceDetailsValidator(InstanceDetails instanceDetails,
boolean throwOnFirst)
InstanceDetailsValidator constructor. |
| Method Summary | |
void |
validate()
Validates a InstanceDetails. |
void |
validateDescription(Description description)
Validates a Description. |
void |
validateInstanceParms(InstanceParms instanceParms)
Validates an InstanceParms. |
void |
validateOverviewDocs(OverviewDocs overviewDocs)
Validates the OverviewDocs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected InstanceDetails instanceDetails
protected boolean throwOnFirst
| Constructor Detail |
protected InstanceDetailsValidator()
protected InstanceDetailsValidator(InstanceDetails instanceDetails,
boolean throwOnFirst)
instanceDetails - The InstanceDetails 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 InstanceDetailsException
InstanceDetailsException - if an InstanceDetails anomaly has been detected
public void validateDescription(Description description)
throws InstanceDetailsException
description - The Description to validate.
InstanceDetailsException - if a Description anomaly has been detected
public void validateOverviewDocs(OverviewDocs overviewDocs)
throws InstanceDetailsException
overviewDocs - The OverviewDocs to validate.
InstanceDetailsException - if an OverviewDoc anomaly has been detected
public void validateInstanceParms(InstanceParms instanceParms)
throws InstanceDetailsException
instanceParms - The InstanceParms to validate.
InstanceDetailsException - if an InstanceParms 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 | |||||||||