|
EDI has been created by Claus Ibsen (Aug 17, 2008). Content:EDI DataFormatThis component ships with a EDI dataformat that can be used to format from an InputStream (could be String) to XML.
The EDIDataFormat must be configued with either a:
To use the data format simply instantiate an instance, invoke on of the appropriate setter and invoke the unmarshl operation in the route builder: DataFormat edi = new EDIDataFormat(); edi.setMappingModel("my-order-mapping.xml"); ... from("file://edi/in").unmarshal(edi).to("jms:queue:edi");
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
