org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
Class SyncInfoValueControlDecoder
java.lang.Object
org.apache.directory.shared.asn1.ber.Asn1Decoder
org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue.SyncInfoValueControlDecoder
- All Implemented Interfaces:
- ITLVBerDecoderMBean, ControlDecoder
public class SyncInfoValueControlDecoder
- extends Asn1Decoder
- implements ControlDecoder
A decoder for SyncInfoValueControl.
- Version:
- $Rev: 741888 $, $Date: 2009-02-07 13:57:03 +0100 (Sat, 07 Feb 2009) $,
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncInfoValueControlDecoder
public SyncInfoValueControlDecoder()
decode
public Asn1Object decode(byte[] controlBytes,
Control control)
throws DecoderException
- Decode the syncInfoValue control
- Specified by:
decode in interface ControlDecoder
- Parameters:
controlBytes - The bytes array which contains the encoded syncInfoValuecontrol - The control to feed
- Returns:
- A valid SyncInfoValueControl object
- Throws:
DecoderException - If the decoding found an error
NamingException - It will never be throw by this method
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.