|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeFactory
public class EntryChangeFactory
A ControlFactory for EntryChange controls.
| Constructor Summary | |
|---|---|
EntryChangeFactory(LdapCodecService codec)
Creates a new instance of EntryChangeFactory. |
|
| Method Summary | |
|---|---|
String |
getOid()
|
EntryChangeDecorator |
newCodecControl()
Creates and returns a decorated version of the Control. |
EntryChangeDecorator |
newCodecControl(EntryChange 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 EntryChangeFactory(LdapCodecService codec)
codec - The LDAP codec.| Method Detail |
|---|
public String getOid()
getOid in interface ControlFactory<EntryChange,EntryChangeDecorator>public EntryChangeDecorator newCodecControl()
newCodecControl in interface ControlFactory<EntryChange,EntryChangeDecorator>CodecControl decorated version of the Control.public EntryChangeDecorator newCodecControl(EntryChange control)
newCodecControl in interface ControlFactory<EntryChange,EntryChangeDecorator>control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||