org.apache.axis2.transport.testkit.filter
Class FilterExpressionParser

java.lang.Object
  extended by org.apache.axis2.transport.testkit.filter.FilterExpressionParser

public class FilterExpressionParser
extends java.lang.Object

Parser for LDAP filter expressions.


Method Summary
static FilterExpression parse(java.lang.String filter)
          Parse an LDAP filter expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static FilterExpression parse(java.lang.String filter)
                              throws java.text.ParseException
Parse an LDAP filter expression.

Parameters:
filter - an LDAP filter as defined by RFC2254
Returns:
the parsed filter
Throws:
java.text.ParseException - if the filter is syntactically incorrect


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