| Interface | Description |
|---|---|
| Service |
Service interface.
|
| ServiceFactory<T extends Service> |
Basic factory interface for instantiating
Service implementation. |
| Class | Description |
|---|---|
| Configuration |
ServiceFactory configuration. |
| DynamicServiceFactory<T extends Service> |
ServiceFactory implementation with dynamic implementation instantiation. |
| Exception | Description |
|---|---|
| ServiceException |
Basic
Service exception. |
| ServiceIllegalArgumentException |
Service runtime exception for cases with illegal arguments.
|
| ServiceInstantiationException |
ServiceInstantiationException exception, can be used on Service implementation instantiation phase. |
| ServiceRuntimeException |
Basic
Service runtime exception. |
Copyright © 2013–2019 BB Corp. All rights reserved.