this.itemBindingVariableName = itemBindingVariableName;
}
@Override
public void afterPropertiesSet() throws Exception {
scriptEvaluator = new StandardScriptEvaluator();
Assert.state(scriptSource != null || script != null,
"Either the script source or script file must be provided");
Assert.state(scriptSource == null || script == null,