Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
11.8. Serializing Messages
- To split and route fragments of a message, use the basic frag:serialize and *:router components (jms:router, file:router and so on) from the Routing Cartridge. The frag:serialize component has its own configuration in the http://www.milyn.org/xsd/smooks/fragment-routing-1.2.xsd namespace.
- Use the example below for serializing the contents of a SOAP message body and storing it in the bean context under the beanId of soapBody:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Use this code to execute it:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - To do this programatically, use this code:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow