org.mobicents.servlet.sip.startup.loading.rules
Class OrRule

java.lang.Object
  extended by org.mobicents.servlet.sip.startup.loading.rules.OrRule
All Implemented Interfaces:
MatchingRule

public class OrRule
extends java.lang.Object
implements MatchingRule

Author:
Thomas Leseney

Constructor Summary
OrRule()
           
 
Method Summary
 void addCriterion(MatchingRule c)
           
 java.lang.String getExpression()
           
 boolean matches(SipServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrRule

public OrRule()
Method Detail

addCriterion

public void addCriterion(MatchingRule c)

matches

public boolean matches(SipServletRequest request)
Specified by:
matches in interface MatchingRule

getExpression

public java.lang.String getExpression()
Specified by:
getExpression in interface MatchingRule


Copyright © 2011. All Rights Reserved.