for (String namespace : namespaceURIs) {
registerBinding(namespace, factory);
}
} catch (ClassNotFoundException cnfe) {
throw new BusException(cnfe);
} catch (InstantiationException ie) {
throw new BusException(ie);
} catch (IllegalAccessException iae) {
throw new BusException(iae);
}
}