On Thursday, May 31, 2012 12:39:42 AM cxf-fan wrote: > Hi i came with another question : > > If i want to retieve of the name of the temp file generated during the > streaming ,how should i do?
If you can get a handle to the CachedOutputStream, there is a getTempFile() method on it that returns the File object for it. Dan > > Thanks > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/MTOM-Setting-client-temporary-directory-f > or-MTOM-attachments-in-CXF-tp5708559p5708872.html Sent from the cxf-user > mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
