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
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.
-
You can reply to this email to add a comment to the issue online.