Class CIIToUBL


  • public class CIIToUBL
    extends java.lang.Object
    converts 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
      void convert​(java.io.File input, java.io.File output)
      performs the actual conversion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CIIToUBL

        public CIIToUBL()
    • Method Detail

      • convert

        public void convert​(java.io.File input,
                            java.io.File output)
        performs the actual conversion
        Parameters:
        input - the CII file to convert
        output - the UBL file to write to