public static interface MsgViaFileProcessor.ProcMsgCallBack
Modifier and Type | Method and Description |
---|---|
java.lang.String |
processMsg(java.lang.String fileNameStr,
java.lang.String msgStr)
Processes a message string and returns a completion/success result.
|
java.lang.String processMsg(java.lang.String fileNameStr, java.lang.String msgStr)
fileNameStr
- the name of source-file for the message, or
null if an error occurred.msgStr
- the message string to process, or an error message
string if the 'fileNameStr' parameter is null.