[ 
https://issues.apache.org/jira/browse/CAMEL-3972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032945#comment-13032945
 ] 

Claus Ibsen commented on CAMEL-3972:
------------------------------------

Something along the lines of what you can do in a single scala line
{coe}
 <message> {headers.map{h => <header type={h.typeName} 
name={h.name}>{text}</header>} <body type={b.typeName}>{b.text}</body>
{code}

> Add operation on browsable endpoint to output the message as a generic xml 
> structure
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3972
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3972
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>
> Currently the browsable endpoint does a plain toString on the Exchange.
> However we should add a 2nd operation that provides more metadata about the 
> message, in a sort of generic XML representation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to