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