public class SyncRequestValueFactory extends java.lang.Object implements ControlFactory<SyncRequestValue>
ControlFactory which creates SyncRequestValue controls.| Modifier and Type | Field and Description |
|---|---|
private LdapApiService |
codec
The codec for this factory
|
| Constructor and Description |
|---|
SyncRequestValueFactory(LdapApiService codec)
Creates a new instance of SyncRequestValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
CodecControl<SyncRequestValue> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SyncRequestValue> |
newCodecControl(SyncRequestValue control)
Decorates an existing control.
|
private LdapApiService codec
public SyncRequestValueFactory(LdapApiService codec)
codec - The codec for this factory.public java.lang.String getOid()
getOid in interface ControlFactory<SyncRequestValue>public CodecControl<SyncRequestValue> newCodecControl()
newCodecControl in interface ControlFactory<SyncRequestValue>CodecControl decorated version of the Control.public CodecControl<SyncRequestValue> newCodecControl(SyncRequestValue control)
newCodecControl in interface ControlFactory<SyncRequestValue>control - The Control to be decorated.