|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.codec.LdapTransformer
public class LdapTransformer
A Codec to Internal Message transformer.
Constructor Summary | |
---|---|
LdapTransformer()
|
Method Summary | |
---|---|
static java.lang.Object |
transform(InternalMessage msg)
Transform the internal message to a codec message. |
static InternalMessage |
transform(java.lang.Object obj)
Transform the Codec message to a internal message. |
static Filter |
transformFilter(ExprNode exprNode)
Transform an ExprNode filter to a CodecFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdapTransformer()
Method Detail |
---|
public static Filter transformFilter(ExprNode exprNode)
exprNode
- The filter to be transformed
public static InternalMessage transform(java.lang.Object obj)
obj
- the object to transform
public static java.lang.Object transform(InternalMessage msg)
msg
- the message to transform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |