public class MbloxProviderStrategy extends java.lang.Object implements SMPPProviderStrategy
| Modifier and Type | Field and Description |
|---|---|
static int[] |
mbloxRecuperableErrors |
| Constructor and Description |
|---|
MbloxProviderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
initTLVTags()
it is called once to define implementation dependant TLV tags
|
boolean |
isRecuperableError(int errorCode)
returns true if the error is transitory and the gateway should retry
|
void |
setOptionalIncomingParameters(SMPPConnectionPool.SMPPConnection conn,
DeliverSM pak,
IncomingSMSMessageDTO message,
de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.SMPPAccountSettings accountParameters)
sets vendor specific TLV tags and fields for outgoing messages
|
void |
setOptionalOutgoingParameters(SMPPConnectionPool.SMPPConnection conn,
SubmitSM submitSM,
OutgoingSMSMessageDTO message,
de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.SMPPAccountSettings accountParameters)
sets vendor specific TLV tags and fields for received messages
|
public void initTLVTags()
SMPPProviderStrategyinitTLVTags in interface SMPPProviderStrategypublic boolean isRecuperableError(int errorCode)
SMPPProviderStrategyisRecuperableError in interface SMPPProviderStrategypublic void setOptionalOutgoingParameters(SMPPConnectionPool.SMPPConnection conn, SubmitSM submitSM, OutgoingSMSMessageDTO message, de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.SMPPAccountSettings accountParameters)
SMPPProviderStrategysetOptionalOutgoingParameters in interface SMPPProviderStrategypublic void setOptionalIncomingParameters(SMPPConnectionPool.SMPPConnection conn, DeliverSM pak, IncomingSMSMessageDTO message, de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.SMPPAccountSettings accountParameters)
SMPPProviderStrategysetOptionalIncomingParameters in interface SMPPProviderStrategyCopyright © 2018 SAP SE. All Rights Reserved.