public interface ShortCodeRoutingRuleManagementMBean
| Modifier and Type | Method and Description |
|---|---|
ScRoutingRule |
createScRoutingRule(java.lang.String shortCode,
ScRoutingRuleType routingRuleType,
java.lang.String urlOrsipProxy,
boolean exactMatch,
int networkId) |
ScRoutingRule |
createScRoutingRule(java.lang.String shortCode,
java.lang.String url,
boolean exactMatch)
Deprecated.
|
ScRoutingRule |
deleteScRoutingRule(java.lang.String shortCode,
int networkId) |
ScRoutingRule |
getScRoutingRule(java.lang.String shortCode,
int networkId)
Finds the
ScRoutingRule that match's with passed shortCode and networkId |
java.util.List<ScRoutingRule> |
getScRoutingRuleList() |
ScRoutingRule |
modifyScRoutingRule(java.lang.String shortCode,
ScRoutingRuleType routingRuleType,
java.lang.String urlOrsipProxy,
boolean exactMatch,
int networkId) |
java.util.List<ScRoutingRule> getScRoutingRuleList()
ScRoutingRule getScRoutingRule(java.lang.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(java.lang.String shortCode, java.lang.String url, boolean exactMatch) throws java.lang.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 instancejava.lang.ExceptionScRoutingRule createScRoutingRule(java.lang.String shortCode, ScRoutingRuleType routingRuleType, java.lang.String urlOrsipProxy, boolean exactMatch, int networkId) throws java.lang.Exception
java.lang.ExceptionScRoutingRule modifyScRoutingRule(java.lang.String shortCode, ScRoutingRuleType routingRuleType, java.lang.String urlOrsipProxy, boolean exactMatch, int networkId) throws java.lang.Exception
java.lang.ExceptionScRoutingRule deleteScRoutingRule(java.lang.String shortCode, int networkId) throws java.lang.Exception
java.lang.ExceptionCopyright © 2017. All Rights Reserved.