this.propertySourceList = propertySourceList;
}
@Override
protected IPage createPage() {
PropertySourceTableView processorsTableView = new PropertySourceTableView(CamelProcessorMBean.class.getName());
processorsTableView.setPropertySources(propertySourceList);
return processorsTableView;
}