TModelInfo[] tmarr = null;
if (list != null) infos = list.getTModelInfos();
if (infos != null) tmarr = infos.getTModelInfoArray();
for (int i = 0; tmarr != null && i < tmarr.length; i++)
{
TModelInfo info = tmarr[i];
col.add(ScoutUddiJaxrHelper.getConcept(info, this.registryService.getBusinessLifeCycleManager()));
}
} catch (RegistryException e)
{