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