public interface ShortCodeRoutingRuleManagementMBean
| Modifier and Type | Method and Description |
|---|---|
ScRoutingRule |
createScRoutingRule(String shortCode,
ScRoutingRuleType routingRuleType,
String urlOrsipProxy,
boolean exactMatch,
int networkId) |
ScRoutingRule |
createScRoutingRule(String shortCode,
String url,
boolean exactMatch)
Deprecated.
|
ScRoutingRule |
deleteScRoutingRule(String shortCode,
int networkId) |
ScRoutingRule |
getScRoutingRule(String shortCode,
int networkId)
Finds the
ScRoutingRule that match's with passed shortCode and networkId |
List<ScRoutingRule> |
getScRoutingRuleList() |
ScRoutingRule |
modifyScRoutingRule(String shortCode,
ScRoutingRuleType routingRuleType,
String urlOrsipProxy,
boolean exactMatch,
int networkId) |
List<ScRoutingRule> getScRoutingRuleList()
ScRoutingRule getScRoutingRule(String shortCode, int networkId)
ScRoutingRule that match's with passed shortCode and networkIdshortCode - short code for which rule is to be found.networkId - networkId for which rule is to be found.@Deprecated ScRoutingRule createScRoutingRule(String shortCode, String url, boolean exactMatch) throws Exception
shortCode - the ussd short code for this ruleurl - the HTTP URL where HTTP POST request should be forwarded if
rule match'sexactMatch - if received dial string should be exactly matched with
shortCode or should just begin with shortCodeScRoutingRule instanceExceptionScRoutingRule createScRoutingRule(String shortCode, ScRoutingRuleType routingRuleType, String urlOrsipProxy, boolean exactMatch, int networkId) throws Exception
ExceptionScRoutingRule modifyScRoutingRule(String shortCode, ScRoutingRuleType routingRuleType, String urlOrsipProxy, boolean exactMatch, int networkId) throws Exception
ExceptionScRoutingRule deleteScRoutingRule(String shortCode, int networkId) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.