Class XRechnung2PdfWorker

    • Constructor Detail

      • XRechnung2PdfWorker

        public XRechnung2PdfWorker()
    • Method Detail

      • work

        public void work()
                  throws Throwable
        Description copied from class: NodeWorker
        Implement this method to let the node perform some useful work.

        Implementors are free to throw whatever exception they see fit. If any Throwable is thrown from this method, the failure manager is notified about the fatal failure of the whole pipeline.

        Specified by:
        work in class NodeWorker<XRechnung2PdfNode>
        Throws:
        Throwable - in case of processing failure
      • transformViaFOP

        protected void transformViaFOP​(com.levigo.jadice.document.io.SeekableInputStream stream,
                                       OutputStream ous,
                                       String filename)
                                throws com.levigo.jadice.xrechnung.fop.XRechnungTransformException
        Throws:
        com.levigo.jadice.xrechnung.fop.XRechnungTransformException