-
-
Notifications
You must be signed in to change notification settings - Fork 37
Home
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
- Home
- Reading EDI
- Writing EDI
- Validation
- Support