113114115116117118119120121122123124
String path = attributes.getValue(OUTLET_PATH_ATTRIBUTE); try { CopyOutlet result = new CopyOutlet( outletName, getConfigurationProvider(), path); return result; }