Package | Description |
---|---|
ej.service.loader | |
ej.service.registry |
Modifier and Type | Class and Description |
---|---|
class |
CompositeServiceLoader
A composite service loader contains a list a service loaders.
|
class |
DependencyInjectionServiceLoader
Service loader implementation that creates service instance from a declared implementation class name.
|
class |
FilePropertiesServiceLoader
Service loader that retrieves services implementations from a property file.
|
class |
MetaInfServiceLoader
Service loader that retrieves services implementations following standard Java service definition.
|
class |
SystemPropertiesServiceLoader
Service loader that retrieves services implementations using system properties.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleServiceRegistry
Service loader that creates service instance based on default service implementation class.
|