org.apache.camel.component.printer
Interface PrinterOperationsInterface

All Known Implementing Classes:
PrinterOperations

public interface PrinterOperationsInterface


Method Summary
 void print(Doc doc, String jobName)
          Prints the document.
 

Method Detail

print

void print(Doc doc,
           String jobName)
           throws PrintException
Prints the document.

Parameters:
doc - document to print
Throws:
PrintException - is thrown if printing failed


Apache Camel