public final class ServiceFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S> S |
loadService(Class<S> service)
This method creates a new instance of the specified service type, using the current thread's
context class loader.
|
public static <S> S loadService(Class<S> service)
S - the class of the service typeservice - the interface or abstract class representing the serviceCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.