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