You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Stephan Siano (JIRA)" <ji...@apache.org> on 2015/04/01 09:45:52 UTC

[jira] [Updated] (CAMEL-8410) Add stream caching for CxfPayload

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

Stephan Siano updated CAMEL-8410:
---------------------------------
    Attachment: 0001-CAMEL-8410-Optimize-type-conversion-CxfPayload-with-.patch

The second patch will optimize type conversion to InputStream if the backing source is an StreamSource.
The patch would work also independently, but it doesn't make too much sense without the other patch because only that will convert the provided Sources to StreamSources if stream caching is enabled.

> Add stream caching for CxfPayload
> ---------------------------------
>
>                 Key: CAMEL-8410
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8410
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Stephan Siano
>         Attachments: 0001-CAMEL-8410-Add-stream-caching-for-CxfPayload.patch, 0001-CAMEL-8410-Optimize-type-conversion-CxfPayload-with-.patch
>
>
> The provided patch adds StreamCache support for CxfPayload objects.
> It also removes the side effects of the type converters for CxfPayload. As a consequence CxfPayload objects may be read only once if stream caching is disabled.



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