Package network.oxalis.vefa.peppol.sbdh
Interface SbdhWriter
-
public interface SbdhWriter
-
-
Method Summary
Static Methods Modifier and Type Method Description static voidwrite(OutputStream outputStream, Header header)static voidwrite(XMLStreamWriter streamWriter, Header header)
-
-
-
Method Detail
-
write
static void write(OutputStream outputStream, Header header) throws SbdhException
- Throws:
SbdhException
-
write
static void write(XMLStreamWriter streamWriter, Header header) throws SbdhException
- Throws:
SbdhException
-
-