|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules
public class SubscriptionRules
This class provides a mapping between AddressPattern and Subscription objects
Constructor Summary | |
---|---|
SubscriptionRules()
Constructor to build a new, empty SubscriptionRules object |
Method Summary | |
---|---|
void |
addSubscriptionRules(org.w3c.dom.Node regionMappingNode)
Given a DOM Node from the router configuration xml file, derive the AddressPattern objects and associated subscriptions. |
java.util.Hashtable |
getMapping()
Return the mapping holding the subscription rules |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubscriptionRules()
Method Detail |
---|
public void addSubscriptionRules(org.w3c.dom.Node regionMappingNode)
java.util.regex.PatternSyntaxException
- the address pattern found has invalid syntaxpublic java.util.Hashtable getMapping()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |