ServiceModelRegistrySingleton.java | Class | This singleton class maintains the registry of
ServiceModel objects
which are going to be used for each service.
When a service model is asked, it checks the serviceModelClassName
configuration for the service and, if a class name is found and an object
is not already in the registry cache, it instantiates the service model
class and returns it (after putting it into the cache).
If no service model is configured for a service, a
DefaultServiceModel object is returned. |