Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
This patch introduces a new converter for directly converting XMLStreamReader to either InputStream or Reader. The previous conversion used either DOM or String as an intermediate type which lead to an inefficient conversion.
The background information is described here.
http://camel.465427.n5.nabble.com/StAXSource-to-InputStream-direct-conversion-td5766816.html
Attachments
Issue Links
- is required by
-
CAMEL-10080 CxfPayloadConverter to use a XMLStreamReader based conversion if applicable
- Resolved