Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:lookupDictionary
 
pub.string:lookupDictionary
WmPublic. Looks up a given key in a hash table and returns the string to which that key is mapped.
Input Parameters
hashtable
java.util.Hashtable Hash table that uses String objects for keys and values.
key
String Key in hashtable whose value you want to retrieve.
Note:
The key is case sensitive.
Output Parameters
value
String Value of the string to which key is mapped. If the requested key in hashtable is null or if key is not mapped to any value in hashtable, the service returns null.