|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ShortCodeMapper OAM interface; this service is shared among all plugins.
Field Summary | |
static boolean |
enabled Enables or disables the shortcode mapper. |
Method Summary | |
void |
addShortCodeMapping(String originalDestination, String mappedDestination) Add a short code mapping. |
boolean |
isEnabled() |
String[] |
listShortCodeMappings() Lists registered short code mappings. |
ShortCodeMapping |
removeShortCodeMapping(String originalDestination, String mappedDestination) Removes short code mapping for a specific mapping of original/translated destination. |
void |
setEnabled(boolean enabled) |
Field Detail |
public static final boolean enabled
Method Detail |
public void addShortCodeMapping(String originalDestination, String mappedDestination) throws ManagementException
originalDestination
- destination pattern (regular expression), e.g. tel:123[456].mappedDestination
- destination URI e.g. tel:1236ManagementException
public boolean isEnabled() throws ManagementException
ManagementException
public String[] listShortCodeMappings() throws ManagementException
ManagementException
public ShortCodeMapping removeShortCodeMapping(String originalDestination, String mappedDestination) throws ManagementException
originalDestination
- destination pattern (regular expression), e.g. tel:123[456]mappedDestination
- destination URI, e.g. tel:1236ManagementException
public void setEnabled(boolean enabled) throws ManagementException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |