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


public interface LdapUrlParser

An LDAP URL parser.

Version:
$Revision: 434411 $
Author:
Apache Directory Project
See Also:
RFC 2255

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

Method Detail

parse

LdapUrl parse(String a_urlString)
              throws NamingException
Parses an LDAP URL.

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


Copyright © 2004-2012. All Rights Reserved.