Spring LDAP Framework

Uses of Interface
org.springframework.ldap.ldif.batch.RecordCallbackHandler

Packages that use RecordCallbackHandler
org.springframework.ldap.ldif.batch This package contains the classes required for using the LdifParser with the Spring Batch framework. 
 

Uses of RecordCallbackHandler in org.springframework.ldap.ldif.batch
 

Methods in org.springframework.ldap.ldif.batch with parameters of type RecordCallbackHandler
 void MappingLdifReader.setSkippedRecordsCallback(RecordCallbackHandler skippedRecordsCallback)
          RecordCallbackHandler implementations can be used to take action on skipped records.
 void LdifReader.setSkippedRecordsCallback(RecordCallbackHandler skippedRecordsCallback)
          RecordCallbackHandler implementations can be used to take action on skipped records.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.