net.sf.jooreports.openoffice.converter
Class OpenOfficeDocumentConverter

java.lang.Object
  extended bynet.sf.jooreports.openoffice.converter.AbstractOpenOfficeDocumentConverter
      extended bynet.sf.jooreports.openoffice.converter.OpenOfficeDocumentConverter
All Implemented Interfaces:
DocumentConverter

public class OpenOfficeDocumentConverter
extends AbstractOpenOfficeDocumentConverter

Default file-based DocumentConverter implementation.

This implementation passes document data to and from the OpenOffice.org service as file URLs.

File-based conversions are faster than stream-based ones (provided by StreamOpenOfficeDocumentConverter) but they require the OpenOffice.org service to be running locally and have the correct permissions to the files.

See Also:
StreamOpenOfficeDocumentConverter

Constructor Summary
OpenOfficeDocumentConverter(OpenOfficeConnection connection)
           
OpenOfficeDocumentConverter(OpenOfficeConnection connection, DocumentFormatRegistry formatRegistry)
           
 
Methods inherited from class net.sf.jooreports.openoffice.converter.AbstractOpenOfficeDocumentConverter
convert, convert, convert, convert
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenOfficeDocumentConverter

public OpenOfficeDocumentConverter(OpenOfficeConnection connection)

OpenOfficeDocumentConverter

public OpenOfficeDocumentConverter(OpenOfficeConnection connection,
                                   DocumentFormatRegistry formatRegistry)