public class SortRequestFactory extends Object implements ControlFactory<SortRequest>
ControlFactory for SortRequestControl.| Constructor and Description |
|---|
SortRequestFactory(LdapApiService codec)
Creates a new instance of SortRequestFactory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<SortRequest> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SortRequest> |
newCodecControl(SortRequest control)
Decorates an existing control.
|
public SortRequestFactory(LdapApiService codec)
codec - The LDAP codec.public String getOid()
getOid in interface ControlFactory<SortRequest>public CodecControl<SortRequest> newCodecControl()
newCodecControl in interface ControlFactory<SortRequest>CodecControl decorated version of the Control.public CodecControl<SortRequest> newCodecControl(SortRequest control)
newCodecControl in interface ControlFactory<SortRequest>control - The Control to be decorated.Copyright © 2021. All rights reserved.