Skip to content

Commit

Permalink
docs: minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Jul 9, 2024
1 parent bc48a6a commit 739a7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edi-to-java-to-edi/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
About
=====

This example extends the [`edi-to-java`](../edi-to-java) example. After the EDI data is bound to the JavaBean object graph, a [pipeline](https://www.smooks.org/documentation/#pipeline) reader called `BeanXMLReader` marshals the graph to SAX events using [XStream](https://x-stream.github.io/). The pipeline feeds the XStream generated event stream to `edi:unparser`. The EDI visitor serialises each event in the stream to its EDI counterpart and writes the output to the pipeline execution result. The pipeline result becomes the result of the Smooks execution thanks to the `replace` pipeline directive.
This example extends the [`edi-to-java`](../edi-to-java) example. After the EDI data is bound to the JavaBean object graph, a custom [pipeline](https://www.smooks.org/documentation/#pipeline) reader called `BeanXMLReader` marshals the graph to SAX events using [XStream](https://x-stream.github.io/). The pipeline feeds the XStream generated event stream to `edi:unparser`. The EDI visitor serialises each event in the stream to its EDI counterpart and writes the output to the pipeline execution result. The pipeline result becomes the result of the Smooks execution thanks to the `replace` pipeline directive.

### How to run?

Expand Down

0 comments on commit 739a7d9

Please sign in to comment.