Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6006

StreamingOutput in JAXRS client proxies

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.7.12
    • 2.7.13, 3.0.2, 3.1
    • JAX-RS
    • None
    • Unknown

    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

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            gquintana GĂ©rald Quintana
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: