|
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.ServiceKey
ServiceKey is the unique identifier of a given BusinessService instance.
| Field Summary |
| Fields inherited from class inspireit.uddi.base.UDDIKey |
uddiKey, uriKey, uuidKey |
| Constructor Summary | |
ServiceKey()
ServiceKey default constructor. |
|
ServiceKey(java.lang.String serviceKey)
ServiceKey constructor. |
|
ServiceKey(java.net.URI serviceKey)
ServiceKey constructor. |
|
ServiceKey(UUID serviceKey)
ServiceKey constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether this ServiceKey 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 ServiceKey()
public ServiceKey(UUID serviceKey)
serviceKey - The service key information as a UUID object.public ServiceKey(java.net.URI serviceKey)
serviceKey - The service key information as a URI object.public ServiceKey(java.lang.String serviceKey)
serviceKey - The service 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 | |||||||||