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. |
handleRecord
void handleRecord(org.springframework.ldap.core.LdapAttributes attributes)
- Execute operations on the supplied record.
- Parameters:
attributes -