Methods in FourMS that throw Malformed4MSMessageException |
java.util.List |
MechanismBase.interpret4MSMessage(boolean From4MS,
java.lang.String Message,
java.util.List UnconvertedMsgParameters)
Interprets the incoming message based on the mechanism
configuration data which has been extracted from the 4MS OCS
database and examines the message in order to to ensure that it
complies with the structure of the message as outlined in the
the database configuration for that particular message |
private FourMSMessage |
FourMSMessageHandler.parseIncoming4MSMessage()
The purpose of this method will be used to parse the incoming
message buffer looking for the first well formed ER412
compliant message, then to break the message down into it's
constituent parts and return the result to the caller. |
FourMSMessage |
FourMSMessageHandler.processIncomingMessage(char[] IncomingMessage,
int AmountRead)
This method will be called when there is a ER412 protocol
message received by the system. |