Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.sf.ssuws
Interface WsInboundRoutingMBean


public interface WsInboundRoutingMBean

Method Summary
 void addWsIncomingRoutingRule()
          Add a new element named wsIncomingRoutingRule
 String getName()
          Gets the value of the name property.
 List<WsInboundRouteMBean> getWSIncomingRoutingRuleMBean()
          Return the list of the WsInboundRoute element
 void removeWsIncomingRoutingRule(int index)
          Remove an element named wsIncomingRoutingRule 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.

addWsIncomingRoutingRule

void addWsIncomingRoutingRule()
Add a new element named wsIncomingRoutingRule

removeWsIncomingRoutingRule

void removeWsIncomingRoutingRule(int index)
Remove an element named wsIncomingRoutingRule by the index

getWSIncomingRoutingRuleMBean

List<WsInboundRouteMBean> getWSIncomingRoutingRuleMBean()
Return the list of the WsInboundRoute 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.