public interface EdiParseManager
Modifier and Type | Method and Description |
---|---|
EDIWorkspace |
parseEDIMessage(ReadableDataLocation ediMessageLocation)
Processes an EDI message and returns a workspace containing the SDMX structures and data that were contained in the message
|
void |
writeToEDI(SdmxBeans beans,
java.io.OutputStream out)
Writes the Sdmx Beans contents out as EDI-TS to the output stream.
|
void writeToEDI(SdmxBeans beans, java.io.OutputStream out)
beans
- out
- EDIWorkspace parseEDIMessage(ReadableDataLocation ediMessageLocation)
ediMessageLocation
-