BindingFactory factory = newFactory();
Location l = newLocation();
// Training
factory.createBinding(component, "zip", "unknown:path part of locator", l);
getControl(factory).setReturnValue(binding);
BindingPrefixContribution c = new BindingPrefixContribution();
c.setPrefix(BindingConstants.LITERAL_PREFIX);
c.setFactory(factory);