IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Class MessageKeyGenerator

java.lang.Object
  extended by 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

Constructor Summary
MessageKeyGenerator()
           
 
Method Summary
protected static void populateMessageKeys(PropertyInfo propertyInfo, java.lang.String messageRoot)
          Populates message key for PropertyInfo.
static void populateMessageKeys(Property property, java.lang.String messageRoot)
          Populates message key for Property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageKeyGenerator

public MessageKeyGenerator()
Method Detail

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 -

IBM WebSphere Application ServerTM
Release 8