com.ibm.uddi.v3.management
Class MessageKeyGenerator
java.lang.Object
com.ibm.uddi.v3.management.MessageKeyGenerator
- All Implemented Interfaces:
- java.io.Serializable
public class MessageKeyGenerator
- extends java.lang.Object
- implements java.io.Serializable
Utility class to populate name key and description key of PropertyInfo
,
Property
from the id value.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageKeyGenerator
public MessageKeyGenerator()
populateMessageKeys
protected static void populateMessageKeys(PropertyInfo propertyInfo,
java.lang.String messageRoot)
- Populates message key for
PropertyInfo
.
- Parameters:
propertyInfo
- messageRoot
-
populateMessageKeys
public static void populateMessageKeys(Property property,
java.lang.String messageRoot)
- Populates message key for
Property
.
- Parameters:
property
- messageRoot
-