public interface LoaderService
<T> List<T> load(Class<T> serviceType)
T - current typeserviceType - base type of the services which should be loaded<T> List<T> load(Class<T> serviceType, ClassLoader classLoader)
T - current typeserviceType - base type of the services which should be loadedclassLoader - Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.