org.oddjob.arooa.registry
Interface ServiceFinder

All Known Implementing Classes:
ComponentsServiceFinder, CompositeServiceFinder, DirectoryServiceFinder

public interface ServiceFinder

Finds services for automatically setting on bean instances.

Author:
rob

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

Method Detail

find

Object find(Class<?> cl,
            String flavour)
Find a service. Why isn't this parameterised?

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