public class SyncRequestValueFactory extends Object implements org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.SyncRequestValue,SyncRequestValueDecorator>
ControlFactory which creates SyncRequestValue controls.| Constructor and Description |
|---|
SyncRequestValueFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new instance of SyncRequestValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
SyncRequestValueDecorator |
newCodecControl() |
SyncRequestValueDecorator |
newCodecControl(org.apache.directory.api.ldap.extras.controls.SyncRequestValue control) |
public SyncRequestValueFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
codec - The codec for this factory.public String getOid()
getOid in interface org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.SyncRequestValue,SyncRequestValueDecorator>public SyncRequestValueDecorator newCodecControl()
newCodecControl in interface org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.SyncRequestValue,SyncRequestValueDecorator>public SyncRequestValueDecorator newCodecControl(org.apache.directory.api.ldap.extras.controls.SyncRequestValue control)
newCodecControl in interface org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.SyncRequestValue,SyncRequestValueDecorator>Copyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.