public interface SipInboundRoutingMBean
Modifier and Type | Method and Description |
---|---|
void |
addSipIncomingRoutingRule()
Add a new element named sipIncomingRoutingRule
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<SipInboundDestinationMBean> |
getSipIncomingRoutingRuleMBean()
Return the list of the SipInboundDestination element
|
void |
removeSipIncomingRoutingRule(int index)
Remove an element named sipIncomingRoutingRule by the index
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
void addSipIncomingRoutingRule()
void removeSipIncomingRoutingRule(int index)
java.util.List<SipInboundDestinationMBean> getSipIncomingRoutingRuleMBean()