MasterCard CDF3 Library+Source

05
Nov
The MasterCardCDF3Lib is a library to assist with developing with MasterCard's Smart Data CDF XML Files in Java.

I've included source codes, Castor XML Marshaller/Unmarshaller and Ant build as well as a pre-built jar as well.

To use:
// Unmarshall XML to JavaBean
CDF3Util cdf3Util = new CDF3Util ();
CDFTransmissionFile file = cdf3Util.unmarshall (inputXml);

// Marshall JavaBean to XML
String outputXml = cdf3Util.marshall (file);
Download: [mastercard-cdf3-lib.zip @ ~4.5MB]