[
https://issues.apache.org/jira/browse/CXF-6006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin resolved CXF-6006.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.1.0
3.0.2
2.7.13
Assignee: Sergey Beryozkin
thanks for a patch
> 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
> Assignee: Sergey Beryozkin
> Priority: Minor
> Fix For: 2.7.13, 3.0.2, 3.1.0
>
>
> 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)