org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
Class SyncRequestValueFactory
java.lang.Object
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
- All Implemented Interfaces:
- ControlFactory<SyncRequestValue,SyncRequestValueDecorator>
public class SyncRequestValueFactory
- extends Object
- implements ControlFactory<SyncRequestValue,SyncRequestValueDecorator>
A ControlFactory which creates SyncRequestValue controls.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncRequestValueFactory
public SyncRequestValueFactory(LdapApiService codec)
- Creates a new instance of SyncRequestValueFactory.
- Parameters:
codec - The codec for this factory.
getOid
public String getOid()
-
- Specified by:
getOid in interface ControlFactory<SyncRequestValue,SyncRequestValueDecorator>
newCodecControl
public SyncRequestValueDecorator newCodecControl()
-
- Specified by:
newCodecControl in interface ControlFactory<SyncRequestValue,SyncRequestValueDecorator>
newCodecControl
public SyncRequestValueDecorator newCodecControl(SyncRequestValue control)
-
- Specified by:
newCodecControl in interface ControlFactory<SyncRequestValue,SyncRequestValueDecorator>
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.