Class DeleteRequestFactory
- java.lang.Object
-
- org.apache.directory.api.ldap.codec.factory.DeleteRequestFactory
-
- All Implemented Interfaces:
Messagefactory
public final class DeleteRequestFactory extends Object implements Messagefactory
The DeleteRequest factory.- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static DeleteRequestFactoryINSTANCEThe static instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the DeleteRequest message to a PDU.
-
-
-
Field Detail
-
INSTANCE
public static final DeleteRequestFactory INSTANCE
The static instance
-
-
Method Detail
-
encodeReverse
public void encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)
Encode the DeleteRequest message to a PDU.
DelRequest :0x4A LL entry DN
- Specified by:
encodeReversein interfaceMessagefactory- Parameters:
codec- The LdapApiService instancebuffer- The buffer where to put the PDUmessage- the DeleteRequest to encode
-
-