| Package | Description |
|---|---|
| de.hybris.platform.mobileservices.text.engine | |
| de.hybris.platform.mobileservices.text.engine.impl | |
| de.hybris.platform.mobileservices.text.testimpl |
| Modifier and Type | Method and Description |
|---|---|
SMSEngine |
SMSEngineRegistry.getEngine(EnginesType engine)
Returns a engine for a specific engine enum.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SMSEngine> |
SMSEngineRegistry.getAllEngines()
Returns all registered engines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSMSEngine
Convenience class for new
SMSEngine implementations. |
class |
HTTPSendSMSEngine
The Class HTTPSendSMSEngine.
|
class |
SMPPSMSEngine
The Class SMPPSMSEngine.
|
| Modifier and Type | Method and Description |
|---|---|
SMSEngine |
DefaultSMSEngineRegistry.getEngine(EnginesType engine) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SMSEngine> |
DefaultSMSEngineRegistry.getAllEngines() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSMSEngineRegistry.addEngine(SMSEngine smsEngine) |
void |
DefaultSMSEngineRegistry.removeEngine(SMSEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSMSEngineRegistry.setCollectedEngines(java.util.Collection<SMSEngine> collectedEngines) |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyBrokenEngine |
class |
DummyEngine |
class |
DummyUnavailableEngine
For testing: this engine is never available.
|
Copyright © 2018 SAP SE. All Rights Reserved.