|
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.base.UDDIKey
|
+--inspireit.uddi.base.BindingKey
BindingKey is the unique identifier of a given BindingTemplate instance.
| Field Summary |
| Fields inherited from class inspireit.uddi.base.UDDIKey |
uddiKey, uriKey, uuidKey |
| Constructor Summary | |
BindingKey()
BindingKey default constructor. |
|
BindingKey(java.lang.String bindingKey)
BindingKey constructor. |
|
BindingKey(java.net.URI bindingKey)
BindingKey constructor. |
|
BindingKey(UUID bindingKey)
BindingKey constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether this BindingKey is equal to a passed Object o. |
| Methods inherited from class inspireit.uddi.base.UDDIKey |
getURI, getUUID, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BindingKey()
public BindingKey(UUID bindingKey)
bindingKey - The binding key information as a UUID object.public BindingKey(java.net.URI bindingKey)
bindingKey - The binding key information as a URI object.public BindingKey(java.lang.String bindingKey)
bindingKey - The binding key information as a String.| Method Detail |
public boolean equals(java.lang.Object o)
equals in class UDDIKeyo - The Object to check for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||