com.ibm.uddi.v3.management

Class MessageKeyGenerator

  1. java.lang.Object
  2. extended bycom.ibm.uddi.v3.management.MessageKeyGenerator
All implemented interfaces:
java.io.Serializable

  1. public class MessageKeyGenerator
  2. extends java.lang.Object
  3. 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

Constructor and Description
MessageKeyGenerator()

Method Summary

Modifier and Type Method and Description
  1. protected static
  2. void
populateMessageKeys(PropertyInfo propertyInfo,java.lang.String messageRoot)
Populates message key for PropertyInfo.
  1. static
  2. 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

  1. public MessageKeyGenerator()

Method Detail

populateMessageKeys

  1. protected static void populateMessageKeys( PropertyInfo propertyInfo,
  2. java.lang.String messageRoot)
Populates message key for PropertyInfo.
Parameters:
propertyInfo -
messageRoot -

populateMessageKeys

  1. public static void populateMessageKeys( Property property,
  2. java.lang.String messageRoot)
Populates message key for Property.
Parameters:
property -
messageRoot -