org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
Class SyncModifyDnFactory

java.lang.Object
  extended by org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnFactory
All Implemented Interfaces:
ControlFactory<SyncModifyDn,SyncModifyDnDecorator>

public class SyncModifyDnFactory
extends Object
implements ControlFactory<SyncModifyDn,SyncModifyDnDecorator>

A ControlFactory which creates SyncModifyDn controls.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
SyncModifyDnFactory(LdapApiService codec)
          Creates a new instance of SyncModifyDnFactory.
 
Method Summary
 String getOid()
          
 SyncModifyDnDecorator newCodecControl()
          
 SyncModifyDnDecorator newCodecControl(SyncModifyDn control)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncModifyDnFactory

public SyncModifyDnFactory(LdapApiService codec)
Creates a new instance of SyncModifyDnFactory.

Parameters:
codec - The codec for this factory.
Method Detail

getOid

public String getOid()

Specified by:
getOid in interface ControlFactory<SyncModifyDn,SyncModifyDnDecorator>

newCodecControl

public SyncModifyDnDecorator newCodecControl()

Specified by:
newCodecControl in interface ControlFactory<SyncModifyDn,SyncModifyDnDecorator>

newCodecControl

public SyncModifyDnDecorator newCodecControl(SyncModifyDn control)

Specified by:
newCodecControl in interface ControlFactory<SyncModifyDn,SyncModifyDnDecorator>


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