|
||||||||||
| 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.cascade.CascadeFactory
public class CascadeFactory
A codec ControlFactory implementation for Cascade controls.
| Constructor Summary | |
|---|---|
CascadeFactory(LdapCodecService codec)
Creates a new instance of CascadeFactory. |
|
| Method Summary | |
|---|---|
String |
getOid()
|
CascadeDecorator |
newCodecControl()
Creates and returns a decorated version of the Control. |
CascadeDecorator |
newCodecControl(Cascade 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 CascadeFactory(LdapCodecService codec)
codec - The LDAP codec| Method Detail |
|---|
public String getOid()
getOid in interface ControlFactory<Cascade,CascadeDecorator>public CascadeDecorator newCodecControl()
newCodecControl in interface ControlFactory<Cascade,CascadeDecorator>CodecControl decorated version of the Control.public CascadeDecorator newCodecControl(Cascade control)
newCodecControl in interface ControlFactory<Cascade,CascadeDecorator>control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||