net.sf.jooreports.openoffice.converter
Class StreamOpenOfficeDocumentConverter

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

public class StreamOpenOfficeDocumentConverter
extends AbstractOpenOfficeDocumentConverter

Alternative stream-based DocumentConverter implementation.

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

Stream-based conversions are slower than the default file-based ones (provided by OpenOfficeDocumentConverter) but they allow to run the OpenOffice.org service on a different machine, or under a different system user on the same machine without file permission problems.

See Also:
OpenOfficeDocumentConverter

Constructor Summary
StreamOpenOfficeDocumentConverter(OpenOfficeConnection connection)
           
StreamOpenOfficeDocumentConverter(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

StreamOpenOfficeDocumentConverter

public StreamOpenOfficeDocumentConverter(OpenOfficeConnection connection)

StreamOpenOfficeDocumentConverter

public StreamOpenOfficeDocumentConverter(OpenOfficeConnection connection,
                                         DocumentFormatRegistry formatRegistry)