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

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

public class AndRule
extends java.lang.Object
implements MatchingRule

Author:
Thomas Leseney

Constructor Summary
AndRule()
           
 
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

AndRule

public AndRule()
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.