Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.sf.ssusip
Interface SipInboundRoutingMBean


public interface SipInboundRoutingMBean

Method Summary
 void addSipIncomingRoutingRule()
          Add a new element named sipIncomingRoutingRule
 String getName()
          Gets the value of the name property.
 List<SipInboundDestinationMBean> getSipIncomingRoutingRuleMBean()
          Return the list of the SipInboundDestination element
 void removeSipIncomingRoutingRule(int index)
          Remove an element named sipIncomingRoutingRule by the index
 void setName(String value)
          Sets the value of the name property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

addSipIncomingRoutingRule

void addSipIncomingRoutingRule()
Add a new element named sipIncomingRoutingRule

removeSipIncomingRoutingRule

void removeSipIncomingRoutingRule(int index)
Remove an element named sipIncomingRoutingRule by the index

getSipIncomingRoutingRuleMBean

List<SipInboundDestinationMBean> getSipIncomingRoutingRuleMBean()
Return the list of the SipInboundDestination element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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