}
context.registerComponentInstance(namespaces);
context.registerComponentInstance(new NamespaceSupportWrapper(namespaces));
SchemaIndex index = new SchemaIndexImpl( new XSDSchema[]{configuration.schema()} );
context.registerComponentInstance(index);
context.registerComponentInstance(configuration);
return bindingLoader.loadBinding(name, context);