com.cafesoft.core.service
Interface ServiceClient

All Known Implementing Classes:
AbstractLoginModule, ActiveDirectoryLoginModule, DigipassJdbcLoginModule, JdbcLoginModule, 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 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.