Programming Languages: Java
License: GNU Library or Lesser General Public License version 2.0 (LGPLv2)
browse code,
statistics,
last commit on 2012-05-18
svn co https://j8583.svn.sourceforge.net/svnroot/j8583 j8583
chochos committed revision 104 to the Java-ISO8583 SVN repository, changing 1 files.
2012-05-18 08:29:44 PDT by chochos
chochos committed revision 103 to the Java-ISO8583 SVN repository, changing 1 files.
2012-05-18 08:28:06 PDT by chochos
Yes, CustomField48 is a very simple example of a custom field codec.
2012-03-01 09:39:11 PST by chochos
Hello, Thank you for the speedy response. :) I assume that the test case for CustomField48 would be a good starting point as far as having an example of what you are describing? Thank you! ---Jaco.
2012-03-01 09:28:40 PST by jacovt82
You can implement a CustomField encoder for your field 127 data and pass it to the MessageFactory. When a message is parsed, your CustomField will be called to parse that data and return a custom object which is stored in field 127, and when a message is encoded, the CustomField will be called to encode the object in field 127 as a String. This is independent of the datatype used for the...
2012-03-01 09:18:32 PST by chochos
Ugh, my apologies for the horrible formatting. :/.
2012-03-01 08:47:30 PST by jacovt82
Hello, I have a requirement where I need to set some subelements in the private data field 127, specifically subfield 22. I am unsure of how to actually set the data of field 127 as it needs to contain a bitmap specifying which subfields are populated (in this case only subfield 22). I have looked through the documentation, but there is not much mention of setting up subfields. My...
2012-03-01 08:46:17 PST by jacovt82
chochos committed revision 102 to the Java-ISO8583 SVN repository, changing 2 files.
2012-02-14 07:48:05 PST by chochos
Will there be support for EBCDIC soon? I need the all the data (minus the bitmaps) to be converted to EBCDIC.
2012-01-23 12:22:14 PST by nobody
chochos committed revision 101 to the Java-ISO8583 SVN repository, changing 1 files.
2012-01-06 11:41:18 PST by chochos