PropertyDescriptor[] properties = info.getPropertyDescriptors();
HTTPRepositoryMetaData h = new HTTPRepositoryMetaData(repository, model, properties);
return (RepositoryMetaData)Proxy.newProxyInstance(cl, interfaces, h);
}
catch (IntrospectionException e) {
throw new StoreException(e);
}
}