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