closeUpdateStream = true;
}
this.interpreter = new XmlScriptClient(this.glob, this.glob.getXmlBlasterAccess(), this.updateStream, this.responseStream, null);
if (this.prepareForPublish) {
this.interpreter.registerMsgUnitCb(new I_MsgUnitCb() {
public boolean intercept(MsgUnit msgUnit) {
msgUnit.getQosData().clearRoutes();
return true;
}
});