|
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
The base class for all UDDI keys: BusinessKey, ServiceKey, etc.
| Field Summary | |
protected java.lang.String |
uddiKey
The String representation of the UDDI key. |
protected java.net.URI |
uriKey
The URI representation of the UDDI key. |
protected UUID |
uuidKey
The UUID representation of the UDDI key. |
| Constructor Summary | |
UDDIKey(java.lang.String uddiKey)
UDDIKey constructor. |
|
UDDIKey(java.net.URI uriKey)
UDDIKey constructor. |
|
UDDIKey(UUID uuidKey)
UDDIKey constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether this UDDIKey is equal to a passed Object o. |
java.net.URI |
getURI()
Gets the URI corresponding to the key. |
UUID |
getUUID()
Gets the UUID corresponding to the key. |
java.lang.String |
toString()
Gets a String representation of the UDDI key. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String uddiKey
protected UUID uuidKey
protected java.net.URI uriKey
| Constructor Detail |
public UDDIKey(java.lang.String uddiKey)
uddiKey - The String representation of the key.public UDDIKey(UUID uuidKey)
uuidKey - The UUID representation of the key.public UDDIKey(java.net.URI uriKey)
uriKey - The URI representation of the key.| Method Detail |
public UUID getUUID()
public java.net.URI getURI()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - 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 | |||||||||