|
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.KeysOwned
The KeysOwned element designates those BusinessKeys a publisher manages.
| Field Summary | |
protected FromKey |
fromKey
BusinessKey defining the first part of the assertion. |
protected ToKey |
toKey
BusinessKey defining the target part of the assertion. |
| Constructor Summary | |
KeysOwned(FromKey fromKey)
KeysOwned constructor. |
|
KeysOwned(FromKey fromKey,
ToKey toKey)
KeysOwned constructor. |
|
| Method Summary | |
FromKey |
getFromKey()
Gets the BusinessKey defining the first part of the assertion. |
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
| Constructor Detail |
public KeysOwned(FromKey fromKey,
ToKey toKey)
fromKey - BusinessKey defining the first part of the assertion.toKey - BusinessKey defining the target part of the assertion.public KeysOwned(FromKey fromKey)
fromKey - BusinessKey defining the first part of the assertion.| Method Detail |
public FromKey getFromKey()
public ToKey getToKey()
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 | |||||||||