|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
public class SyncRequestValueFactory
A ControlFactory which creates SyncRequestValue controls.
| Constructor Summary | |
|---|---|
SyncRequestValueFactory(LdapCodecService codec)
Creates a new instance of SyncRequestValueFactory. |
|
| Method Summary | |
|---|---|
String |
getOid()
|
SyncRequestValueDecorator |
newCodecControl()
Creates and returns a decorated version of the Control. |
SyncRequestValueDecorator |
newCodecControl(SyncRequestValue control)
Decorates an existing control. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyncRequestValueFactory(LdapCodecService codec)
codec - The codec for this factory.| Method Detail |
|---|
public String getOid()
getOid in interface ControlFactory<SyncRequestValue,SyncRequestValueDecorator>public SyncRequestValueDecorator newCodecControl()
newCodecControl in interface ControlFactory<SyncRequestValue,SyncRequestValueDecorator>CodecControl decorated version of the Control.public SyncRequestValueDecorator newCodecControl(SyncRequestValue control)
newCodecControl in interface ControlFactory<SyncRequestValue,SyncRequestValueDecorator>control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||