|
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.PublisherAssertionValidator
PublisherAssertion validator.
| Field Summary | |
protected PublisherAssertion |
publisherAssertion
The PublisherAssertion 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 |
PublisherAssertionValidator()
PublisherAssertionValidator default constructor. |
protected |
PublisherAssertionValidator(PublisherAssertion publisherAssertion,
boolean throwOnFirst)
PublisherAssertionValidator constructor. |
| Method Summary | |
void |
validate()
Validates a PublisherAssertion. |
void |
validateFromKey(FromKey fromKey)
|
void |
validateKeyedReference(KeyedReference keyedReference)
|
void |
validateToKey(ToKey toKey)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected PublisherAssertion publisherAssertion
protected boolean throwOnFirst
| Constructor Detail |
protected PublisherAssertionValidator()
protected PublisherAssertionValidator(PublisherAssertion publisherAssertion,
boolean throwOnFirst)
publisherAssertion - The PublisherAssertion 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 PublisherAssertionException
PublisherAssertionException - if a PublisherAssertion anomaly has been detected
public void validateFromKey(FromKey fromKey)
throws PublisherAssertionException
PublisherAssertionException
public void validateToKey(ToKey toKey)
throws PublisherAssertionException
PublisherAssertionException
public void validateKeyedReference(KeyedReference keyedReference)
throws PublisherAssertionException
PublisherAssertionException
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||