org.apache.directory.shared.ldap.url
Interface LdapUrlParser


public interface LdapUrlParser

An LDAP URL parser.

Version:
$Revision: 379008 $
Author:
Alex Karasulu, $Author: akarasulu $
See Also:
RFC 2255

Method Summary
 LdapUrl parse(java.lang.String a_urlString)
          Parses an LDAP URL.
 

Method Detail

parse

public LdapUrl parse(java.lang.String a_urlString)
              throws javax.naming.NamingException
Parses an LDAP URL.

Parameters:
a_urlString - the LDAP URL as a String
Returns:
a parsed instance of LdapUrl.
Throws:
javax.naming.NamingException - if the URL or any one of its components is malformed.


Copyright © 2003-2006 . All Rights Reserved.