Gérald Quintana created CXF-6006:
------------------------------------
Summary: 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)