Uses of Interface
net.sf.ldaptemplate.NamingExceptionTranslator

Packages that use NamingExceptionTranslator
net.sf.ldaptemplate The core package of the LdapTemplate framework. 
net.sf.ldaptemplate.support Support classes for LdapTemplate. 
 

Uses of NamingExceptionTranslator in net.sf.ldaptemplate
 

Classes in net.sf.ldaptemplate that implement NamingExceptionTranslator
 class DefaultNamingExceptionTranslator
          The default implementation of NamingExceptionTranslator.
 

Methods in net.sf.ldaptemplate that return NamingExceptionTranslator
 NamingExceptionTranslator LdapTemplate.getExceptionTranslator()
          Get the NamingExceptionTranslator that will be used by this instance.
 

Methods in net.sf.ldaptemplate with parameters of type NamingExceptionTranslator
 void LdapTemplate.setExceptionTranslator(NamingExceptionTranslator exceptionTranslator)
          Set the NamingExceptionTranslator to be used by this instance.
 

Uses of NamingExceptionTranslator in net.sf.ldaptemplate.support
 

Methods in net.sf.ldaptemplate.support that return NamingExceptionTranslator
 NamingExceptionTranslator DirContextAdapter.getExceptionTranslator()
          Get the NamingExceptionTranslator.
 NamingExceptionTranslator AbstractContextSource.getExceptionTranslator()
          Get the NamingExceptionTranslator used by this instance.
 

Methods in net.sf.ldaptemplate.support with parameters of type NamingExceptionTranslator
 void DirContextAdapter.setExceptionTranslator(NamingExceptionTranslator exceptionTranslator)
          Set the NamingExceptionTranslator to use.
 void AbstractContextSource.setExceptionTranslator(NamingExceptionTranslator exceptionTranslator)
          Set the NamingExceptionTranslator to be used by this instance.
 



Copyright © 2006 Jayway AB. All Rights Reserved.