You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/04/03 16:33:15 UTC

[jira] [Created] (CAMEL-6236) dataformat component - To make it easier to use data formats as if it was another component

Claus Ibsen created CAMEL-6236:
----------------------------------

             Summary: dataformat component - To make it easier to use data formats as if it was another component
                 Key: CAMEL-6236
                 URL: https://issues.apache.org/jira/browse/CAMEL-6236
             Project: Camel
          Issue Type: New Feature
          Components: camel-core
    Affects Versions: 2.11.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.12.0, 3.0.0


A new dataformat component that allows you to use any existing data format as a component. For example by sending a message to an endpoint.

eg
{code:xml}
...
<to uri="dataformat:jaxb:unmarshal?contextPath=com.foo.acme&amp;prettyPrint=true"/>
...
{code}

This allows people to configure the data formats from endpoint uris as well.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira