ClassFinder classFinder = new ClassFinder(tempClassLoader, urlList);
Map<String, PortInfo> map = null;
List<Class> classes = null;
classes = classFinder.findAnnotatedClasses(WebService.class);
map = updatePortMap(classes, map, correctedPortLocations);
classes = classFinder.findAnnotatedClasses(WebServiceProvider.class);
map = updatePortMap(classes, map, correctedPortLocations);
tempClassLoader.destroy();