public class CICSMessageHelper
extends java.lang.Object
| Constructor and Description |
|---|
CICSMessageHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getString(java.lang.String messageId)
This method retrieve a message from the bundle and formats it suitable
for output.
|
static java.lang.String |
getString(java.lang.String messageId,
java.lang.Object[] aobjInserts)
This method retrieves a message from the bundle and formats it using the
specified arguments.
|
public static java.lang.String getString(java.lang.String messageId)
messageId - the message key as defined in the MSG xml file for the messagepublic static java.lang.String getString(java.lang.String messageId,
java.lang.Object[] aobjInserts)
messageId - the message key as defined in the MSG xml file for the messageaobjInserts - an array of insert objects