Uses of Interface
org.mobicents.servlet.sip.startup.loading.rules.MatchingRule

Packages that use MatchingRule
org.mobicents.servlet.sip.startup.loading   
org.mobicents.servlet.sip.startup.loading.rules   
 

Uses of MatchingRule in org.mobicents.servlet.sip.startup.loading
 

Methods in org.mobicents.servlet.sip.startup.loading that return MatchingRule
 MatchingRule SipServletMapping.getMatchingRule()
           
 

Methods in org.mobicents.servlet.sip.startup.loading with parameters of type MatchingRule
 void SipServletMapping.setMatchingRule(MatchingRule matchingRule)
           
 

Uses of MatchingRule in org.mobicents.servlet.sip.startup.loading.rules
 

Classes in org.mobicents.servlet.sip.startup.loading.rules that implement MatchingRule
 class AndRule
           
 class ContainsRule
           
 class EqualsRule
           
 class ExistsRule
           
 class NotRule
           
 class OrRule
           
 class RequestRule
           
 class SubdomainRule
           
 

Methods in org.mobicents.servlet.sip.startup.loading.rules that return MatchingRule
static MatchingRule MatchingRuleParser.buildRule(org.w3c.dom.Element e)
           
 

Methods in org.mobicents.servlet.sip.startup.loading.rules with parameters of type MatchingRule
 void OrRule.addCriterion(MatchingRule c)
           
 void AndRule.addCriterion(MatchingRule c)
           
 void NotRule.setCriterion(MatchingRule c)
           
 



Copyright © 2011. All Rights Reserved.