public class LdapTransformer extends Object
| Constructor and Description |
|---|
LdapTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
transform(InternalMessage msg)
Transform the internal message to a codec message.
|
static InternalMessage |
transform(Object obj)
Transform the Codec message to a internal message.
|
static Filter |
transformFilter(ExprNode exprNode)
Transform an ExprNode filter to a CodecFilter
|
public static Filter transformFilter(ExprNode exprNode)
exprNode - The filter to be transformedpublic static InternalMessage transform(Object obj)
obj - the object to transformpublic static Object transform(InternalMessage msg)
msg - the message to transformCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.