public class TransISO8583MessageUtil extends Object
public static String packISO8583(Object obj, String bitmap, String tpdu, String msgHead, String msgType) throws Exception
obj - 组包对象bitmap - 位图(十六进制表示法)tpdu - tpdumsgHead - 报文头msgType - 消息类型Exception - expublic static Object unpackISO8583(Class clazz, String recvMsg) throws Exception
clazz - 解包对象的类名recvMsg - 接收报文字符串Exception - .Copyright © 2020. All rights reserved.