You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/27 12:26:39 UTC

[jira] [Commented] (CAMEL-6913) Add dynamic unmarshalling capability to JiBX data format

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

ASF GitHub Bot commented on CAMEL-6913:
---------------------------------------

GitHub user lburgazzoli opened a pull request:

    https://github.com/apache/camel/pull/810

    CAMEL-6913 - Add dynamic unmarshalling capability to JiBX data format

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-6913

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/810.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #810
    
----
commit d32e31fb34dc168368f469232a785eeed7a8e0f6
Author: lburgazzoli <lb...@gmail.com>
Date:   2016-01-27T11:24:37Z

    CAMEL-6913 - Add dynamic unmarshalling capability to JiBX data format

----


> Add dynamic unmarshalling capability to JiBX data format
> --------------------------------------------------------
>
>                 Key: CAMEL-6913
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6913
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jibx
>    Affects Versions: 2.12.1
>            Reporter: Strelok
>            Assignee: Luca Burgazzoli
>            Priority: Minor
>             Fix For: Future
>
>
> Currently a single instance of a JibxDataFormat supports unmarshalling a single class only as defined by the "unmarshallClass" attribute. If the application needs to be able to unmarshall to many classes an instance of a data format has to be created for every class which makes configuration tedious and verbose.
> Should be trivial to make the data format support dynamically choosing which unmarshall class to use via a header (CamelJibxUnmarshallClass for example).
> Creating this issue as a placeholder. I will try to submit a patch soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)