public class SortResponseFactory extends Object implements ControlFactory<SortResponse>
ControlFactory for SortResponseControl.| Constructor and Description |
|---|
SortResponseFactory(LdapApiService codec)
Creates a new instance of SortResponseFactory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<SortResponse> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SortResponse> |
newCodecControl(SortResponse control)
Decorates an existing control.
|
public SortResponseFactory(LdapApiService codec)
codec - The LDAP codec.public 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.Copyright © 2021. All rights reserved.