net.sf.ldaptemplate
Interface ContextAssembler
- All Superinterfaces:
- ContextMapper
- public interface ContextAssembler
- extends ContextMapper
Responsible for assembling to and from context. Useful if we have assembler
classes responsible for mapping to and from a specific entry.
- Author:
- Mattias Arthursson
Method Summary |
void |
mapToContext(java.lang.Object obj,
java.lang.Object ctx)
Map the supplied object to the specified context. |
mapToContext
public void mapToContext(java.lang.Object obj,
java.lang.Object ctx)
- Map the supplied object to the specified context.
- Parameters:
obj
- the object to read data from.ctx
- the context to map to.
Copyright © 2006 Jayway AB. All Rights Reserved.