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(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 © 2004-2008 null. All Rights Reserved.