descriptions = new ArrayList();
}
descCollWrapper.setInnerCollection(descriptions);
try
{
MutableDescription descObj = new WebAppDescriptionImpl();
descObj.setLocale(locale);
descObj.setDescription(description);
descCollWrapper.addDescription(descObj);
}
catch (Exception e)
{
String msg = "Unable to instantiate Description implementor, " + e.toString();