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