Interface SnSearchStrategyFactory
-
- All Known Implementing Classes:
DefaultSnSearchStrategyFactory
public interface SnSearchStrategyFactoryImplementations of this interface are responsible for getting the applicable instance ofSnSearchStrategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnSearchStrategygetSearchStrategy(SnSearchRequest searchRequest)Returns an instance ofSnSearchStrategy.
-
-
-
Method Detail
-
getSearchStrategy
SnSearchStrategy getSearchStrategy(SnSearchRequest searchRequest) throws SnSearchException
Returns an instance ofSnSearchStrategy.- Parameters:
searchRequest- - the search request- Returns:
- the search strategy
- Throws:
SnSearchException- if an error occurs
-
-