// mientras no se modifique concurrentemente la lista, esto no deber�a
// ocurrir, el usuario debe registrar sus CreateItsNatComponentListener
// en tiempo de creaci�n del template (init() del Servlet).
while(it.hasNext())
{
CreateItsNatComponentListener listener = it.next();
comp = listener.before(node,componentType,artifacts,this);
if (comp != null)
break;
}
return comp;