org.apache.directory.shared.ldap.codec.controls
Class ManageDsaITControlDecoder

java.lang.Object
  extended by org.apache.directory.shared.ldap.codec.controls.ManageDsaITControlDecoder
All Implemented Interfaces:
ControlDecoder

public class ManageDsaITControlDecoder
extends java.lang.Object
implements ControlDecoder

A decoder for EntryChangeControls.

Version:
$Rev: 905338 $, $Date: 2010-02-01 18:07:13 +0100 (Mon, 01 Feb 2010) $,
Author:
Apache Directory Project

Constructor Summary
ManageDsaITControlDecoder()
           
 
Method Summary
 Asn1Object decode(byte[] controlBytes, Control control)
          Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManageDsaITControlDecoder

public ManageDsaITControlDecoder()
Method Detail

decode

public Asn1Object decode(byte[] controlBytes,
                         Control control)
                  throws DecoderException
Description copied from interface: ControlDecoder
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.

Specified by:
decode in interface ControlDecoder
Parameters:
controlBytes - the encoded control bytes
control - The control to feed
Returns:
the decoded Asn1Object for the control
Throws:
DecoderException - if anything goes wrong


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