}
//Will create a bus if needed...
endpointConfig.addProperty("bus", getBusRef(context, bus));
endpointConfig.setDestroyMethod("destroy");
endpointConfig.addArgument(AbstractBPBeanDefinitionParser.createValue(context, address), String.class.getName(), 0);
endpointConfig.addArgument(createRef(context, "blueprintBundleContext"),
BundleContext.class.getName(), 1);
return endpointConfig;
}