com.ibm.uddi.v3.management

Class MessageInserts

  • java.lang.Object
    • com.ibm.uddi.v3.management.MessageInserts
  • All Implemented Interfaces:
    java.io.Serializable


    public class MessageInserts
    extends java.lang.Object
    implements java.io.Serializable
    Represents a collection of message inserts, which can be values that are used as is or they may be message keys in which case they should be looked up by key in the specified ResourceBundle.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MessageInserts()
      Constructor taking no arguments.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void addInsert(java.lang.String insert, boolean insertIsKey)
      Adds a new message insert.
      java.lang.String[] getInsertValues(java.util.ResourceBundle messages)
      Returns translated insert values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageInserts

        public MessageInserts()
        Constructor taking no arguments.
    • Method Detail

      • addInsert

        public void addInsert(java.lang.String insert,
                     boolean insertIsKey)
        Adds a new message insert.
        Parameters:
        insert - - the insert key or value
        insertIsKey - - whether the insert is a message key
      • getInsertValues

        public java.lang.String[] getInsertValues(java.util.ResourceBundle messages)
        Returns translated insert values.
        Parameters:
        messages - - the ResourceBundle to use for translation.
        Returns:
        array of translated message values.
IBM WebSphere Application ServerTM
Release 8.5