Package org.mustangproject.CII
Class CIIToUBL
- java.lang.Object
-
- org.mustangproject.CII.CIIToUBL
-
public class CIIToUBL extends java.lang.Objectconverts a Cross Industry Invoice XML file to a UBL XML file thanks to Philip Helger for his library
-
-
Constructor Summary
Constructors Constructor Description CIIToUBL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(java.io.File input, java.io.File output)performs the actual conversion
-