requiresImpl = getPolicyRequirements(component.getImplementation());
} catch (Exception e) {
throw new SwitchYardException(e);
}
Implementation impl = new Implementation(component.getImplementation());
List<ServiceReference> references = new LinkedList<ServiceReference>();
// register a reference for each one declared in the component
for (ComponentReferenceModel reference : component.getReferences()) {
// Create the reference name qualified with component name to ensure uniqueness