Skip to content
Michael Edgar edited this page Jan 1, 2024 · 8 revisions

StAEDI is a streaming API for EDI reading and writing for Java based on the StAX (Streaming API for XML) available in the standard JDK. The API follows the same conventions as StAX using a "pull" processing flow for reading and an emit flow for writing. StAEDI also supports filters to allow client applications to process only certain events in the input stream such as segment begin events.

StAEDI is licensed under Apache License 2.0

Index