Spring LDAP Framework

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(LdapAttributes attributes)
          Execute operations on the supplied record.
 

Method Detail

handleRecord

void handleRecord(LdapAttributes attributes)
Execute operations on the supplied record.

Parameters:
attributes -

Spring LDAP Framework

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