public interface WsOutboundRoutingMBean
Modifier and Type | Method and Description |
---|---|
void |
addWsOutgoingRoutingRule()
Add a new element named wsOutgoingRoutingRule
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<WsOutboundRouteMBean> |
getWSOutgoingRoutingRuleMBean()
Return the list of the WsOutboundRoute element
|
void |
removeWsOutgoingRoutingRule(int index)
Remove an element named wsOutgoingRoutingRule 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 addWsOutgoingRoutingRule()
void removeWsOutgoingRoutingRule(int index)
java.util.List<WsOutboundRouteMBean> getWSOutgoingRoutingRuleMBean()