Home »
MCQs »
Apache Camel MCQs
What is Marshal EIP (in Apache Camel)?
26. What is Marshal EIP?
- Using Marshal EIP, the message body (such as a Java object) is converted into a binary or textual format, ready to be wired across the network.
- Marshal EIP transforms data in a binary or textual format (such as that received over a network) into a Java object or another representation appropriate to the data format.
- Both
Answer: A) Using Marshal EIP, the message body (such as a Java object) is converted into a binary or textual format, ready to be wired across the network.
Explanation:
Using Marshal EIP, the message body (such as a Java object) is converted into a binary or textual format, ready to be wired across the network.