[ 
https://issues.apache.org/jira/browse/CXF-6006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136996#comment-14136996
 ] 

ASF GitHub Bot commented on CXF-6006:
-------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/cxf/pull/23


> 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)

Reply via email to