IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel
Class Message

java.lang.Object
  extended by com.ibm.btt.channel.Message

public class Message
extends java.lang.Object

The utility class used to get the error messages.


Constructor Summary
Message()
           
 
Method Summary
static java.lang.String getMessage(java.lang.String key)
          Get the message of the resource bundle
static java.lang.String getMessage(java.lang.String key, java.lang.Object[] args)
          Using the passed arguments to format the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

getMessage

public static final java.lang.String getMessage(java.lang.String key)
Get the message of the resource bundle

Parameters:
key - the bundle key
Returns:
the message

getMessage

public static final java.lang.String getMessage(java.lang.String key,
                                                java.lang.Object[] args)
Using the passed arguments to format the message

Parameters:
key - bundle key
args - the passed arguments
Returns:
the message

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011