|
From: Peter F. (JIRA) <ji...@an...> - 2005-11-10 11:06:08
|
Add a method to Servicelocators that let's clients retrieve beans by their ID.
------------------------------------------------------------------------------
Key: SPRING-132
URL: http://jira.andromda.org/browse/SPRING-132
Project: Spring Cartridge
Type: Improvement
Versions: 3.1
Reporter: Peter Friese
Assigned to: Peter Friese
Fix For: 3.1
Sometimes, it is desirable to be able to retrieve a service by it's string ID, like this:
ServiceLocator.getService("serviceID");
|