Details
-
Type:
Task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Smooks v1.6
-
Component/s: All
-
Labels:None
-
Number of attachments :
Description
Create a Spring OXM Marshaller/UnMarshaller that can then be used in Spring-Integration 'marshalling-transformer':
<si-xml:marshalling-transformer id="marshallingTransformer"
input-channel="inputChannel"
marshaller="smooksMarshaller"
result-transformer="toStringTransformer"
output-channel="outputChannel"/>
Dan ... the XMLBinding class should make this a lot cleaner for XML since we can now marshal, as well as unmarshal. Might need something extra for other formats.