Details
Description
Support StreamingOuput result in JAXRS client proxies. For instance:
PdfRestService pdfRestService = JAXRSClientFactory.create("http://localhost:8080/cxf/pdf",providers); StreamingOuput streamingOuput = pdfRestService.generatePdf(data); streamingOuput.write(new FileOutputStream("output.pdf"));
See http://cxf.547215.n5.nabble.com/JAXRS-Client-proxy-and-StreamingOutput-td5748764.html