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