156157158159160161162163164165166
Object value = e2.next(); map.put( attr.getID(), value ); } } return composer.compose( map ); } catch( Exception e ) { throw new ConfigurationException( e ); }