catalog.view.servicelocator
Interface ServiceLocator

All Known Implementing Classes:
ServiceLocatorBean

public interface ServiceLocator

Interface needs to be implemented by ServiceLocator.

ServiceLocator is used to lookup for business services.

Author:
Derek Y. Shen

Method Summary
 CatalogService getCatalogService()
          Get the CatalogService.
 UserService getUserService()
          Get the UserService.
 

Method Detail

getCatalogService

public CatalogService getCatalogService()
Get the CatalogService.

Returns:
the catalog service

getUserService

public UserService getUserService()
Get the UserService.

Returns:
the user service


Copyright (c) 2004 The JCatalog Project.