void process(Scriptable scope, FOM_Cocoon cocoon, String uri,
Object bizData, OutputStream out)
throws Exception {
setupView(scope, cocoon, null);
// FIXME (SW): should we deprecate this method in favor of PipelineUtil?
PipelineUtil pipeUtil = new PipelineUtil();
pipeUtil.processToStream(uri, bizData, out);
}