com.isti.util
Interface MsgViaFileProcessor.ProcMsgCallBack
- Enclosing class:
- MsgViaFileProcessor
public static interface MsgViaFileProcessor.ProcMsgCallBack
Interface ProcMsgCallBack defines a method for processing a message
and returning a completion/success result.
Method Summary |
java.lang.String |
processMsg(java.lang.String fileNameStr,
java.lang.String msgStr)
Processes a message string and returns a completion/success result. |
processMsg
java.lang.String processMsg(java.lang.String fileNameStr,
java.lang.String msgStr)
- Processes a message string and returns a completion/success result.
- Parameters:
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.
- Returns:
- A non-null ID (or empty) string generated while processing
the message (typically a message number), or null if the message
was not successfully processed.