Class PDFCompositeWorker

    • Constructor Detail

      • PDFCompositeWorker

        public PDFCompositeWorker()
    • Method Detail

      • work

        public void work()
                  throws Exception
        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<PDFCompositeNode>
        Throws:
        Exception
      • compositeViaDOCP

        protected void compositeViaDOCP()
                                 throws IOException,
                                        com.levigo.jadice.document.JadiceException
        Throws:
        IOException
        com.levigo.jadice.document.JadiceException