949596979899100101
if (ctx == null ) { throw new IllegalArgumentException("Bundle context must not be null."); } this.script = script; this.request = new OnDemandReaderRequest(request); this.response = new OnDemandWriterResponse(response); this.bundleContext = ctx; }
83848586878889
throw new IllegalArgumentException("Bundle context must not be null."); } this.bundleContext = ctx; this.script = script; this.request = new OnDemandReaderRequest(request); this.response = new OnDemandWriterResponse(response); }