spring-ldap-ldif-batch

org.springframework.ldap.ldif.batch
Interface RecordCallbackHandler


public interface RecordCallbackHandler

This interface can be used to operate on skipped records in the LdifReader and the MappingLdifReader.

Author:
Keith Barlow

Method Summary
 void handleRecord(org.springframework.ldap.core.LdapAttributes attributes)
          Execute operations on the supplied record.
 

Method Detail

handleRecord

void handleRecord(org.springframework.ldap.core.LdapAttributes attributes)
Execute operations on the supplied record.

Parameters:
attributes -

spring-ldap-ldif-batch