|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.echarts.servlet.sip.appRouter.DFCRouterImpl.RouterConfiguration
public class RouterConfiguration
This class is a container class holding the overall DFC router configuration. There is only one of these objects per DFC application router instance. The router configuration consists of three parts:
| Constructor Summary | |
|---|---|
RouterConfiguration(java.lang.String XmlFileName)
Initialize the router configuration from a named xml file. |
|
| Method Summary | |
|---|---|
static SubscriptionRules |
getOriginatingRules()
Get the originating region mapping rules |
static Precedence |
getPrecedence()
Get the precedence object from the router configuration |
static SubscriptionRules |
getTerminatingRules()
Get the terminating region mapping rules |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RouterConfiguration(java.lang.String XmlFileName)
XmlFileName - the file name of the xml file name containing the router
configuration
javax.xml.parsers.ParserConfigurationException - if an error occurs while parsing the xml file| Method Detail |
|---|
public static Precedence getPrecedence()
public static SubscriptionRules getOriginatingRules()
public static SubscriptionRules getTerminatingRules()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||