I have a CXF Payload Dispatch client, and I would like to handle the response attachments, sent by the server in streaming fashion
I know I can get the the attachment collection, and the AttachmentDataSources 1. question: how can I specify the attachmentDirectory, attachmentMemoryTreshold, attachmentMaxSize parameters for my client? (this client is part of a server, and I have already specified these parameters for the Providers, in the spring config) 2. question: do I *have* to read/close all the attachment input streams so that the HTTP connection be released? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-client-handling-response-attachment-tp5747036.html Sent from the cxf-user mailing list archive at Nabble.com.
