666768697071727374
{ return getComponent(flowConstruct); } else { throw new RegistrationException(MessageFactory.createStaticMessage("Service " + serviceName + " not found in Registry")); } }
101102103104105106107108109
return getComponentObject(((Component) processor)); } } } throw new RegistrationException( MessageFactory.createStaticMessage("Can't get component from flow construct " + flowConstruct.getName())); }