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