[
https://issues.apache.org/jira/browse/CXF-6006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14135984#comment-14135984
]
ASF GitHub Bot commented on CXF-6006:
-------------------------------------
GitHub user gquintana opened a pull request:
https://github.com/apache/cxf/pull/23
[CXF-6006] StreamingOutput in JAXRS client
Support StreamingOuput in JAXRS clients
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gquintana/cxf
cxf-6006-StreamingOuput_in_JAXRS_Client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/23.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 #23
----
commit f50d75c61fcda5b7d5c4f13e130c079c6e6790a3
Author: Gerald Quintana <[email protected]>
Date: 2014-09-16T19:01:51Z
[CXF-6006] StreamingOutput in JAXRS client
----
> StreamingOutput in JAXRS client proxies
> ---------------------------------------
>
> Key: CXF-6006
> URL: https://issues.apache.org/jira/browse/CXF-6006
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Affects Versions: 2.7.12
> Reporter: Gérald Quintana
> Priority: Minor
>
> Support StreamingOuput result in JAXRS client proxies. For instance:
> {code:java}
> PdfRestService pdfRestService =
> JAXRSClientFactory.create("http://localhost:8080/cxf/pdf",providers);
> StreamingOuput streamingOuput = pdfRestService.generatePdf(data);
> streamingOuput.write(new FileOutputStream("output.pdf"));
> {code}
> See
> http://cxf.547215.n5.nabble.com/JAXRS-Client-proxy-and-StreamingOutput-td5748764.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)