package org.easysoa.registry.dbb; import java.util.List; public interface ServiceFinderService { List<ServiceFinderStrategy> getStrategies(); }