public interface WsInboundRoutingMBean
Modifier and Type | Method and Description |
---|---|
void |
addWsIncomingRoutingRule()
Add a new element named wsIncomingRoutingRule
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<WsInboundRouteMBean> |
getWSIncomingRoutingRuleMBean()
Return the list of the WsInboundRoute element
|
void |
removeWsIncomingRoutingRule(int index)
Remove an element named wsIncomingRoutingRule 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 addWsIncomingRoutingRule()
void removeWsIncomingRoutingRule(int index)
java.util.List<WsInboundRouteMBean> getWSIncomingRoutingRuleMBean()