| Package | Description |
|---|---|
| io.konik |
|
| io.konik.harness |
|
| io.konik.zugferd |
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
InvoiceTransformer.from(java.io.File file)
|
Invoice |
InvoiceTransformer.from(java.io.InputStream xmlIs)
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
InvoiceTransformer.from(Invoice invoice)
|
void |
InvoiceTransformer.from(Invoice invoice,
java.io.ByteArrayOutputStream outputStream)
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
InvoiceExtractor.extract(byte[] pdf)
|
Invoice |
InvoiceExtractor.extract(java.io.InputStream pdf)
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
InvoiceAppender.append(Invoice invoice,
byte[] inputPdf)
|
void |
InvoiceAppender.append(Invoice invoice,
java.io.InputStream inputPdf,
java.io.OutputStream resultingPdf)
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
ObjectFactory.createInvoice()
|
Invoice |
Invoice.setContext(Context context)
|
Invoice |
Invoice.setHeader(Header header)
|
Invoice |
Invoice.setTrade(Trade trade)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<Invoice> |
ObjectFactory.createInvoice(Invoice invoice)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<Invoice> |
ObjectFactory.createInvoice(Invoice invoice)
|
Copyright © 2014 konik.io. All Rights Reserved.