org.oddjob.arooa.registry
Interface ServiceFinder

All Known Implementing Classes:
ComponentsServiceFinder, CompositeServiceFinder, ContextHierarchyServiceFinder, DirectoryServiceFinder

public interface ServiceFinder

Finds services for automatically setting on bean instances.

Author:
rob

Method Summary
<T> T
find(Class<T> cl, String flavour)
          Find a service.
 

Method Detail

find

<T> T find(Class<T> cl,
           String flavour)
Find a service.

Parameters:
cl - The class of the service.
flavour - The flavour of the service. Not yet implemented.
Returns: