users@jersey.java.net

StreamingOutput, multipart and boundary parameter

From: Jan Algermissen <algermissen1971_at_mac.com>
Date: Thu, 01 Oct 2009 11:57:24 +0200

Hi,

I have to produce streaming output using multipart/mixed media type
and I seem to be unable to find out how I set the boundary parameter.
I would not want to make it part of the @Produces annotation, but
rather generate it at run time and add it to the stream.

Can someone point me to the docs how to do that?

Thanks,

Jan