com.cafesoft.core.service
Interface ServiceClient

All Known Implementing Classes:
AbstractLoginModule, ActiveDirectoryLoginModule, AESOActiveDirectoryLoginModule, AESOXmlLoginModule, DigipassJdbcLoginModule, JdbcLoginModule, UnboundIDActiveDirectoryLoginModule, UnboundIDLdapLoginModule, 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

void setServiceFinder(ServiceFinder finder)
Set the ServiceFinder.

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


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.