Package org.apache.directory.shared.ldap.codec.api

Interface Summary
BinaryAttributeDetector An interface used to abstract the means to detect whether or not an attribute identifier/descriptor represents a binary attributeType.
CodecControl<E extends Control> The codec uses this interface to add additional information to LDAP Model Control objects during encoding and decoding.
ControlFactory<C extends Control,D extends CodecControl<C>> Implementors of new codec control extensions must implement a factory using this factory interface, Factory implementations for specific controls are then registered with the codec and used by the codec to encode and decode those controls.
Decorator<E> The codec uses this interface to add additional information to LDAP Model objects during encoding and decoding,
ExtendedOpFactory<Q extends ExtendedRequest,P extends ExtendedResponse> The LdapCodec interface, defined by the codec API.
LdapCodecService The service interface for the LDAP codec.
 

Class Summary
DefaultLdapCodecService The default LdapCodecService implementation.
LdapConstants  
 

Exception Summary
MessageEncoderException Create an exception containing the messageId
ResponseCarryingException Thrown when a Decoder has encountered a failure condition during a decode.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.