Uses of Interface
ca.tnt.ldaputils.annotations.processing.IAnnotationHandler

Packages that use IAnnotationHandler
ca.tnt.ldaputils.annotations.processing This packages is just a hacked together annotation processing system. 
 

Uses of IAnnotationHandler in ca.tnt.ldaputils.annotations.processing
 

Classes in ca.tnt.ldaputils.annotations.processing that implement IAnnotationHandler
 class LdapEntityBinder
          IAnnotationHandler implementation that processes LPA annotations for the purpose of generating JNDI Attributes for the bind call.
 class LdapEntityHandler
          IAnnotationHandler abstract implementation that processes LPA annotations for the purpose of providing a base Class for other LdapEntity annotation processing handlers.
 class LdapEntityLoader
          IAnnotationHandler implementation that processes LPA annotations for the purpose of loading the LdapEntity annotated instance from the ldap query results.
 

Fields in ca.tnt.ldaputils.annotations.processing with type parameters of type IAnnotationHandler
protected  List<IAnnotationHandler> AnnotationProcessor.handlers
           
 

Methods in ca.tnt.ldaputils.annotations.processing with parameters of type IAnnotationHandler
 void AnnotationProcessor.addHandler(IAnnotationHandler annotationHandler)
          Adds an annotation handler to the processing.