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

Packages that use FilterExpression
org.apache.axis2.transport.testkit.filter Provides classes to evaluate LDAP filters against Map objects. 
 

Uses of FilterExpression in org.apache.axis2.transport.testkit.filter
 

Classes in org.apache.axis2.transport.testkit.filter that implement FilterExpression
 class AndExpression
          Implementation of the and (&) operator.
 class EqualityExpression
          Implementation of the equal (=) operator.
 class NotExpression
          Implementation of the not (!) operator.
 class OrExpression
          Implementation of the or (|) operator.
 class PresenceExpression
          Implementation of the present (=*) operator.
 

Methods in org.apache.axis2.transport.testkit.filter that return FilterExpression
static FilterExpression FilterExpressionParser.parse(java.lang.String filter)
          Parse an LDAP filter expression.
 

Constructors in org.apache.axis2.transport.testkit.filter with parameters of type FilterExpression
AndExpression(FilterExpression[] operands)
           
NotExpression(FilterExpression operand)
           
OrExpression(FilterExpression[] operands)
           
 



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