|
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.util.KeysUtil
KeysUtil is a utility class to manage UDDI keys. This class is (for example) capable of turning an UDDI V3.0 key into an UDDI V2.0-compliant UDDI key.
| Field Summary | |
protected static java.util.Hashtable |
keyMap23
A UDDI V2.0-UDDI V3.0 mapping table for keys of standardized TModels. |
protected static java.util.Hashtable |
keyMap32
A UDDI V3.0-UDDI V2.0 mapping table for keys of standardized TModels. |
| Constructor Summary | |
KeysUtil()
|
|
| Method Summary | |
protected static java.lang.String |
computeV2Key(java.lang.String v3Key)
Computes a UDDI V2.0 key from a UDDI V3.0 key. |
static boolean |
isV1(UDDIKey uddiKey)
Checks whether a UDDIKey has a UDDI V1.0 format. |
static boolean |
isV2(UDDIKey uddiKey)
Checks whether a UDDIKey has a UDDI V2.0 format. |
static boolean |
isV3(UDDIKey uddiKey)
Checks whether a UDDIKey has a UDDI V3.0 format. |
static UDDIKey |
makesV1(UDDIKey uddiKey)
Makes a UDDIKey compliant with UDDI V1.0. |
static UDDIKey |
makesV2(UDDIKey uddiKey)
Makes a UDDIKey compliant with UDDI V2.0. |
static UDDIKey |
makesV3(UDDIKey uddiKey)
Makes a UDDIKey compliant with UDDI V3.0.If the key is not recognized as a valid key, it is returned "as is". |
static BindingKey |
turnV2ToV3(BindingKey bindingKey)
Turns an UDDI V2.0 or V1.0 BindingKey to an UDDI V3.0 BindingKey. |
static BusinessKey |
turnV2ToV3(BusinessKey businessKey)
Turns an UDDI V2.0 or V1.0 BusinessKey to an UDDI V3.0 BusinessKey. |
static ServiceKey |
turnV2ToV3(ServiceKey serviceKey)
Turns an UDDI V2.0 or V1.0 ServiceKey to an UDDI V3.0 ServiceKey. |
static TModelKey |
turnV2ToV3(TModelKey tModelKey)
Turns an UDDI V2.0 or V1.0 TModelKey to an UDDI V3.0 TModelKey. |
static BindingKey |
turnV3ToV2(BindingKey bindingKey)
Turns an UDDI V3.0 BindingKey to an UDDI V2.0 BindingKey. |
static BusinessKey |
turnV3ToV2(BusinessKey businessKey)
Turns an UDDI V3.0 BusinessKey to an UDDI V2.0 BusinessKey. |
static ServiceKey |
turnV3ToV2(ServiceKey serviceKey)
Turns an UDDI V3.0 ServiceKey to an UDDI V2.0 ServiceKey. |
static TModelKey |
turnV3ToV2(TModelKey tModelKey)
Turns an UDDI V3.0 TModelKey to an UDDI V2.0 TModelKey. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static java.util.Hashtable keyMap32
protected static java.util.Hashtable keyMap23
| Constructor Detail |
public KeysUtil()
| Method Detail |
public static boolean isV3(UDDIKey uddiKey)
public static boolean isV2(UDDIKey uddiKey)
public static boolean isV1(UDDIKey uddiKey)
public static UDDIKey makesV3(UDDIKey uddiKey)
public static BusinessKey turnV2ToV3(BusinessKey businessKey)
businessKey - An UDDI V2.0 or V1.0 BusinessKey.
public static ServiceKey turnV2ToV3(ServiceKey serviceKey)
serviceKey - An UDDI V2.0 or V1.0 ServiceKey.
public static BindingKey turnV2ToV3(BindingKey bindingKey)
bindingKey - An UDDI V2.0 or V1.0 BindingKey.
public static TModelKey turnV2ToV3(TModelKey tModelKey)
tModelKey - An UDDI V2.0 or V1.0 TModelKey.
public static UDDIKey makesV2(UDDIKey uddiKey)
public static BusinessKey turnV3ToV2(BusinessKey businessKey)
businessKey - An UDDI V3.0 BusinessKey.
public static ServiceKey turnV3ToV2(ServiceKey serviceKey)
serviceKey - An UDDI V3.0 ServiceKey.
public static BindingKey turnV3ToV2(BindingKey bindingKey)
bindingKey - An UDDI V3.0 BindingKey.
public static TModelKey turnV3ToV2(TModelKey tModelKey)
tModelKey - An UDDI V3.0 TModelKey.
public static UDDIKey makesV1(UDDIKey uddiKey)
protected static java.lang.String computeV2Key(java.lang.String v3Key)
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||