public class WIMMessageHelper
extends java.lang.Object
Constructor and Description |
---|
WIMMessageHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1)
Create an object array to be used as parameters to be passed to a message
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2)
Create an object array to be used as parameters to be passed to a message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3)
Create an object array to be used as parameters to be passed to a message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4)
Create an object array to be used as parameters to be passed to a message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5)
Create an object array to be used as parameters to be passed to a message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6)
Create an object array to be used as parameters to be passed to a message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6,
java.lang.Object parm7)
Create an object array to be used as parameters to be passed to a message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6,
java.lang.Object parm7,
java.lang.Object parm8)
Create an object array to be used as parameters to be passed to a message.
|
static java.lang.Object[] |
generateNullMsgParms()
Create an object array with null paramter to be used as parameters to be passed to a message
|
public static java.lang.Object[] generateNullMsgParms()
public static java.lang.Object[] generateMsgParms(java.lang.Object parm1)
parm1
- Value of the first parameter to be substituted into the message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2)
parm1
- Value of the first parameter to be substituted into the message text.parm2
- Value of the first parameter to be substituted into the message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3)
parm1
- Value of the first parameter to be substituted into the message text.parm2
- Value of the second parameter to be substituted into the message text.parm3
- Value of the third parameter to be substituted into the message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4)
parm1
- Value of the first parameter to be substituted into the message text.parm2
- Value of the second parameter to be substituted into the message text.parm3
- Value of the third parameter to be substituted into the message text.parm4
- Value of the fourth parameter to be substituted into the message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5)
parm1
- Value of the first parameter to be substituted into the message text.parm2
- Value of the second parameter to be substituted into the message text.parm3
- Value of the third parameter to be substituted into the message text.parm4
- Value of the fourth parameter to be substituted into the message text.parm5
- Value of the fifth parameter to be substituted into the message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5, java.lang.Object parm6)
parm1
- Value of the first parameter to be substituted into the message text.parm2
- Value of the second parameter to be substituted into the message text.parm3
- Value of the third parameter to be substituted into the message text.parm4
- Value of the fourth parameter to be substituted into the message text.parm5
- Value of the fifth parameter to be substituted into the message text.parm6
- Value of the sixth parameter to be substituted into the message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5, java.lang.Object parm6, java.lang.Object parm7)
parm1
- Value of the first parameter to be substituted into the message text.parm2
- Value of the second parameter to be substituted into the message text.parm3
- Value of the third parameter to be substituted into the message text.parm4
- Value of the fourth parameter to be substituted into the message text.parm5
- Value of the fifth parameter to be substituted into the message text.parm6
- Value of the sixth parameter to be substituted into the message text.parm7
- Value of the seventh parameter to be substituted into the message text. *public static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5, java.lang.Object parm6, java.lang.Object parm7, java.lang.Object parm8)
parm1
- Value of the first parameter to be substituted into the message text.parm2
- Value of the second parameter to be substituted into the message text.parm3
- Value of the third parameter to be substituted into the message text.parm4
- Value of the fourth parameter to be substituted into the message text.parm5
- Value of the fifth parameter to be substituted into the message text.parm6
- Value of the sixth parameter to be substituted into the message text.parm7
- Value of the seventh parameter to be substituted into the message text.parm8
- Value of the eighth parameter to be substituted into the message text. *