this.springContext = springContext;
this.operation = operation;
// From the component and the service, identify the Spring Bean which is the target
SpringImplementation theImplementation = (SpringImplementation)component.getImplementation();
beanElement = theImplementation.getBeanFromService(service.getService());
if (beanElement == null) {
badInvoker = true;
return;
}