Thanks Robby & Francesco!
That been said, the use case is a bit special.
In my case the sitemap would have gone involved.
I did not split it up and here's what I did:
public class mycomponent implements Starter, Finisher
{
ZipOutputStream zip_out = new ZipOutputStream(outputStream);
compose and add requested entries
zip_out.close();
}
and just added setOutputStream() and getContentType()
The question is often where you want to put the complexity.
Granted, defeats a bit the purpose of a pipeline, but it works ;-)
Jos
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]