throw new BeanDefinitionStoreException("Failed to create the JAXB binder", e);
}
Object value = parseUsingJaxb(element, parserContext, binder);
if (value instanceof CamelRestContextFactoryBean) {
CamelRestContextFactoryBean factoryBean = (CamelRestContextFactoryBean) value;
builder.addPropertyValue("rests", factoryBean.getRests());
}
// lets inject the namespaces into any namespace aware POJOs
injectNamespaces(element, binder);
}