Package org.mustangproject.ZUGFeRD
Class XRExporter
- java.lang.Object
-
- org.mustangproject.ZUGFeRD.XRExporter
-
- All Implemented Interfaces:
IExporter
- Direct Known Subclasses:
ZUGFeRDExporterFromA3
public class XRExporter extends java.lang.Object implements IExporter
-
-
Constructor Summary
Constructors Constructor Description XRExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(java.io.OutputStream output)voidexport(java.lang.String ZUGFeRDfilename)IExportersetTransaction(IExportableTransaction trans)
-
-
-
Method Detail
-
setTransaction
public IExporter setTransaction(IExportableTransaction trans) throws java.io.IOException
- Specified by:
setTransactionin interfaceIExporter- Throws:
java.io.IOException
-
export
public void export(java.lang.String ZUGFeRDfilename) throws java.io.IOException
-
-