org.apache.axis2.transport.testkit.filter
Interface FilterExpression

All Known Implementing Classes:
AndExpression, EqualityExpression, NotExpression, OrExpression, PresenceExpression

public interface FilterExpression

Interface representing an abstract filter expression.


Method Summary
 boolean matches(java.util.Map<java.lang.String,java.lang.String> map)
          Evaluate the filter expression.
 

Method Detail

matches

boolean matches(java.util.Map<java.lang.String,java.lang.String> map)
Evaluate the filter expression.

Parameters:
map - the data on which the filter expression is evaluated
Returns:
true if the data matches the filter represented by this object


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.