return _chainBuilder.build(Dispatcher.class, configuration);
}
public PropertyConduitSource buildPropertyConduitSource()
{
PropertyConduitSourceImpl service = new PropertyConduitSourceImpl(_propertyAccess,
_componentClassFactory);
_componentInstantiatorSource.addInvalidationListener(service);
return service;