169.13. 已 XML 的 marshal 数据
从 Camel 2.14.1 开始提供
JAXB marshaller 要求消息正文为 JAXB 兼容,例如其 JAXBElement,例如具有 JAXB 注释的 java 实例,或扩展 JAXBElement。在某些情况下,消息正文已经在 XML 中,例如来自 String 类型。有一个新选项 mustBeJAXBElement
you can to relax this check, to relax this check, JAXB marshaller only to marshal JAXBElements (javax.xml.bind. JAXntrospector#isElement returns true)。在这些情况下,marshaller 回退到 marshal 消息正文(按原样)。