Package org.ldaptive.io
Interface SearchResultWriter
-
- All Known Implementing Classes:
JsonWriter
,LdifWriter
public interface SearchResultWriter
Interface for writing ldap search results.- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(SearchResponse result)
Writes the supplied ldap result.
-
-
-
Method Detail
-
write
void write(SearchResponse result) throws java.io.IOException
Writes the supplied ldap result.- Parameters:
result
- ldap result to write- Throws:
java.io.IOException
- if an error occurs using the writer
-
-