Class ClassBasedServiceStrategy<T>

java.lang.Object
net.shibboleth.ext.spring.service.ClassBasedServiceStrategy<T>
Type Parameters:
T - the service type to look for; defaults to ServiceableComponent
All Implemented Interfaces:
Function<ApplicationContext,ServiceableComponent<T>>

public class ClassBasedServiceStrategy<T> extends Object implements Function<ApplicationContext,ServiceableComponent<T>>
Strategy to create ServiceableComponents from the ApplicationContext.