com.cafesoft.core.service
Interface ServiceClient

All Known Implementing Classes:
ActiveDirectoryLoginModule, JdbcLoginModule, LdapLoginModule, SiteServerLoginModule, XmlLoginModule

public interface ServiceClient

ServiceClient defines an interface for classes that need to find and use Services provided via a ServiceManager, but must not have general access to the ServiceManager. The ServiceClient is given access to a ServiceFinder class that looks up available services.


Method Summary
 void setServiceFinder(ServiceFinder finder)
          Set the ServiceFinder.
 

Method Detail

setServiceFinder

public void setServiceFinder(ServiceFinder finder)
Set the ServiceFinder.

Parameters:
finder - the class used by find Services by the ServiceClient.


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.