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

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

public class NotRule
extends java.lang.Object
implements MatchingRule

Author:
Thomas Leseney

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

Constructor Detail

NotRule

public NotRule()
Method Detail

setCriterion

public void setCriterion(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 © 2009. All Rights Reserved.