public interface ServiceLocatorFactory
| Modifier and Type | Method and Description |
|---|---|
<S extends eu.dnetlib.api.DriverService> |
newServiceLocator(Class<S> serviceClass)
Creates a dynamic service locator.
|
<S extends eu.dnetlib.api.DriverService> |
newServiceLocator(Class<S> serviceClass,
String serviceUrl)
Creates a service locator.
|
<S extends eu.dnetlib.api.DriverService> ServiceLocator<S> newServiceLocator(Class<S> serviceClass)
S - the service type.serviceClass - the service class.<S extends eu.dnetlib.api.DriverService> ServiceLocator<S> newServiceLocator(Class<S> serviceClass, String serviceUrl)
S - the service type.serviceClass - the service class.serviceUrl - The service URL.Copyright © 2019. All rights reserved.