Skip navigation links
com.convergin.module.oe.config
Interface StaticRouteOlpMBean
-
public interface StaticRouteOlpMBean
Inteface for StaticRouteOlpMBean
- Author:
- osnat StaticRouteOlpMBean enables you to specify applications that the OE should invoke and the order in which the OE passes a session through these applications. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.
Method Summary |
java.lang.String |
getDefaultRoutingTargets()
Specifies a list of SIP URIs of applications that the OE must invoke. |
java.lang.String |
getDeploymentName()
return the Module instance name that this MBean configures |
void |
setDefaultRoutingTargets(java.lang.String param)
Specifies a list of SIP URIs of applications that the OE must invoke. |
getDefaultRoutingTargets
java.lang.String getDefaultRoutingTargets()
throws java.io.IOException
- Specifies a list of SIP URIs of applications that the OE must invoke. Each routing target should be within quotation and MAY contain Default Handing parameter and ForceB2B parameter. the ForceB2B parameter can exist only if the Default Handing parameter also exists, and it should be according to the following format: '<routing address>[#SESSION_CONTINUED/SESSION_TERMINATED][#ForceB2B]' example: 'imasf1.IMASF@oracle.com' 'imasf2.IMASF@oracle.com#SESSION_CONTINUED#ForceB2B'
-
- Parameters:
- -
- Returns:
- String
- Throws:
java.io.IOException
setDefaultRoutingTargets
void setDefaultRoutingTargets(java.lang.String param)
throws java.io.IOException
- Specifies a list of SIP URIs of applications that the OE must invoke. Each routing target should be within quotation and MAY contain Default Handing parameter and ForceB2B parameter. the ForceB2B parameter can exist only if the Default Handing parameter also exists, and it should be according to the following format: '<routing address>[#SESSION_CONTINUED/SESSION_TERMINATED][#ForceB2B]' example: 'imasf1.IMASF@oracle.com' 'imasf2.IMASF@oracle.com#SESSION_CONTINUED#ForceB2B'
-
- Parameters:
param
-
- Throws:
java.io.IOException
getDeploymentName
java.lang.String getDeploymentName()
- return the Module instance name that this MBean configures
-
- Returns:
- String
Skip navigation links
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.