Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.sip.config
Interface SipIncomingRoutingRuleMBean


public interface SipIncomingRoutingRuleMBean

Inteface for SipIncomingRoutingRuleMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAlias()
          Specifies a SIP URI of a Service Broker module instance.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getIpAddress()
          Specifies an IP address of a Service Broker module instance.
 javax.management.ObjectName getSipIncomingRoutingRules_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SipIncomingRoutingRules_REFSEP_
 void setAlias(java.lang.String param)
          Specifies a SIP URI of a Service Broker module instance.
 void setIpAddress(java.lang.String param)
          Specifies an IP address of a Service Broker module instance.

 

Method Detail

getSipIncomingRoutingRules_REFSEP_

javax.management.ObjectName getSipIncomingRoutingRules_REFSEP_()
                                                               throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: SipIncomingRoutingRules_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getIpAddress

java.lang.String getIpAddress()
                              throws java.io.IOException
Specifies an IP address of a Service Broker module instance. The IP address has a format of a SIP URI. For example: sip:as1@192.168.0.101:5060. It is possible to set this field to any. In this case, an incoming SIP message will be routed to all SIP supporting module instances
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setIpAddress

void setIpAddress(java.lang.String param)
                  throws java.io.IOException
Specifies an IP address of a Service Broker module instance. The IP address has a format of a SIP URI. For example: sip:as1@192.168.0.101:5060. It is possible to set this field to any. In this case, an incoming SIP message will be routed to all SIP supporting module instances
Parameters:
param -
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies a SIP URI of a Service Broker module instance. Incoming messages destined to the specified SIP URI will be routed to the respective module instance IP address. The alias has the following format: sip:[module-instance].[module-type]@ocsb.com. For example: sip:r-imasf_instance.RIMASF@ocsb.com
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies a SIP URI of a Service Broker module instance. Incoming messages destined to the specified SIP URI will be routed to the respective module instance IP address. The alias has the following format: sip:[module-instance].[module-type]@ocsb.com. For example: sip:r-imasf_instance.RIMASF@ocsb.com
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

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.