You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/05/13 12:29:47 UTC

[jira] [Created] (CAMEL-3972) Add operation on browsable endpoint to output the message as a generic xml structure

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

[jira] [Issue Comment Edited] (CAMEL-3972) Add operation on browsable endpoint to output the message as a generic xml structure

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032945#comment-13032945 ] 

Claus Ibsen edited comment on CAMEL-3972 at 5/13/11 10:29 AM:
--------------------------------------------------------------

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

      was (Author: davsclaus):
    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

[jira] [Resolved] (CAMEL-3972) Add operation on browsable endpoint to output the message as a generic xml structure

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3972.
--------------------------------

    Resolution: Fixed

> 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

[jira] [Commented] (CAMEL-3972) Add operation on browsable endpoint to output the message as a generic xml structure

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ 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