}
CollectionManager colman = getCollection((String) message.get(COLLECTION));
Configuration config = new Configuration(doc.getDocumentElement(),false);
colman.createCollection( (String) message.get(NAME), config );
Hashtable result = new Hashtable();
result.put(RESULT, (String) message.get(NAME));
return result;
}