Hi,

If you let the CXF endpoint work in POJO format, I don't think it is
easy to turn the CxfMessage into a Document.
Maybe you should try to use MESSAGE data formate (the message body is a
instance of InputStream), camel'sXmlConverter can turn a InputStream
into a Document.

Willem

mario_horny wrote:
> Hi all,
> 
> I want to implement a custom processor that modifies a CxfMEssage routed in
> POJO format. 
> 
> How can I get the CxfMessage as a w3c Document ? Is there a converter
> available ?  If so, could someone provide me a snipped that shows how this
> converter is registered (or made "ready to use") ? 
> 
> Best regards,
> Mario

Reply via email to