Creates a new message instance from the buffer, which must contain a valid 8583 message. If the factory is set to use binary messages then it will try to parse a binary message.
@param buf The byte buffer containing the message. Must not include the length header.
@param msgheaderlength The expected length of the 8583 header, after which the message type id and the rest of the message must come.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.