You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.