[ 
https://issues.apache.org/jira/browse/CAMEL-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang resolved CAMEL-3580.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.0

> Type converter for CXFPayload data type
> ---------------------------------------
>
>                 Key: CAMEL-3580
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3580
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Stephan Siano
>            Assignee: Willem Jiang
>             Fix For: 2.7.0
>
>         Attachments: cxftypeconverter.diff
>
>
> In the current implementation a cxfEndpoint in PAYLOAD mode will only be able 
> to communicate with another cxfEndpoint but not with any other endpoint like 
> xslt without explicit type conversion. This happens because cxfEndpoints in 
> PAYLOAD mode require payloads of the CXFPayload type and there are no type 
> converters for this type.
> Since the CXFPayload type is actually less or more a wrapped DOM tree, it is 
> pretty easy to provide a set of type converters for this datatype (reusing 
> the existing type converters for DOM elements). The attached patch does this.

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

        

Reply via email to