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

java.lang.Object
  extended by org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory
All Implemented Interfaces:
ControlFactory<SyncInfoValue,SyncInfoValueDecorator>

public class SyncInfoValueFactory
extends Object
implements ControlFactory<SyncInfoValue,SyncInfoValueDecorator>

A ControlFactory which creates SyncInfoValue controls.

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

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

Constructor Detail

SyncInfoValueFactory

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

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

getOid

public String getOid()

Specified by:
getOid in interface ControlFactory<SyncInfoValue,SyncInfoValueDecorator>

newCodecControl

public SyncInfoValueDecorator newCodecControl()

Specified by:
newCodecControl in interface ControlFactory<SyncInfoValue,SyncInfoValueDecorator>

newCodecControl

public SyncInfoValueDecorator newCodecControl(SyncInfoValue control)

Specified by:
newCodecControl in interface ControlFactory<SyncInfoValue,SyncInfoValueDecorator>


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