String lbConfigName) throws ConfigException, Schema2BeansException{
// reads the load balancer related data
LbConfig lbConfig = ((Domain)ctx.getRootConfigBean()).getLbConfigs().
getLbConfigByName(lbConfigName);
return new LoadbalancerReaderImpl(ctx,lbConfig);
}