Class ModifyDnRequestFactory
- java.lang.Object
-
- org.apache.directory.api.ldap.codec.factory.ModifyDnRequestFactory
-
- All Implemented Interfaces:
Messagefactory
public final class ModifyDnRequestFactory extends Object implements Messagefactory
The ModifyDnRequest factory.- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static ModifyDnRequestFactoryINSTANCEThe static instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyDnRequest message to a PDU.
-
-
-
Field Detail
-
INSTANCE
public static final ModifyDnRequestFactory INSTANCE
The static instance
-
-
Method Detail
-
encodeReverse
public void encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)
Encode the ModifyDnRequest message to a PDU.
ModifyDNRequest :0x6C LL 0x04 LL entry 0x04 LL newRDN 0x01 0x01 deleteOldRDN [0x80 LL newSuperior]
- Specified by:
encodeReversein interfaceMessagefactory- Parameters:
codec- The LdapApiService instancebuffer- The buffer where to put the PDUmessage- the ModifyRequest to encode
-
-