com.acsinet_solutions.cetia4.service
Interface ServiceLocator

All Known Subinterfaces:
WebServiceLocator
All Known Implementing Classes:
SinglePageCatalogModule, TopicsModule

public interface ServiceLocator

Base interface for service locator interfaces. This is a marker interface with no basic funcionality defined.

Typical implementing interfaces will add a getter method for each type of service that may be obtained using the current locator. Implementations of this interface may be dynamically created using DynamicSpringServiceLocatorFactory implementation.

See Also:
AttributeKeys._SERVICE_LOCATOR_KEY, ServiceInitializerBase, DynamicSpringServiceLocatorFactory