FeedGenerator instances must thread safe.
TODO: explain how developers can plugin their own implementations.
@author Alejandro Abdelnur
55565758596061626364
catch (Exception ex) { throw new RuntimeException(ex); } for (int i=0;i<generators.length;i++) { FeedGenerator generator = (FeedGenerator) generators[i]; map.put(generator.getType(),generator); } return map; }