|
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.response.base.AssertionStatusItem
AssertionStatusItem is an element of an AssertionStatusReport.
| Field Summary | |
protected CompletionStatus |
completionStatus
The assertion completion status. |
protected FromKey |
fromKey
BusinessKey defining the first part of the assertion. |
protected KeyedReference |
keyedReference
KeyedReference that, together with fromKey and toKey, identifies the assertion. |
protected KeysOwned |
keysOwned
The BusinessKeys the publisher manages. |
protected ToKey |
toKey
BusinessKey defining the target part of the assertion. |
| Constructor Summary | |
AssertionStatusItem(FromKey fromKey,
ToKey toKey,
KeysOwned keysOwned,
KeyedReference keyedReference,
CompletionStatus completionStatus)
AssertionStatusItem constructor. |
|
| Method Summary | |
CompletionStatus |
getCompletionStatus()
Gets the completion status. |
FromKey |
getFromKey()
Gets the BusinessKey defining the first part of the assertion. |
KeyedReference |
getKeyedReference()
Gets the KeyedReference that, together with fromKey and toKey, identifies the assertion. |
KeysOwned |
getKeysOwned()
Gets the BusinessKeys the publisher manages. |
ToKey |
getToKey()
Gets the BusinessKey defining the target part of the assertion. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected FromKey fromKey
protected ToKey toKey
protected KeysOwned keysOwned
protected KeyedReference keyedReference
protected CompletionStatus completionStatus
| Constructor Detail |
public AssertionStatusItem(FromKey fromKey,
ToKey toKey,
KeysOwned keysOwned,
KeyedReference keyedReference,
CompletionStatus completionStatus)
fromKey - toKey - keyedReference - completionStatus - | Method Detail |
public FromKey getFromKey()
public ToKey getToKey()
public KeysOwned getKeysOwned()
public KeyedReference getKeyedReference()
public CompletionStatus getCompletionStatus()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||