public class SyncInfoFactory extends Object implements org.apache.directory.api.ldap.codec.api.IntermediateResponseFactory
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.codec.api.LdapApiService |
codec
The Codec service
|
| Constructor and Description |
|---|
SyncInfoFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec) |
| Modifier and Type | Method and Description |
|---|---|
SyncInfoValueDecorator |
decorate(org.apache.directory.api.ldap.model.message.IntermediateResponse decoratedMessage) |
String |
getOid() |
org.apache.directory.api.ldap.model.message.IntermediateResponse |
newResponse(byte[] encodedValue) |
private org.apache.directory.api.ldap.codec.api.LdapApiService codec
public SyncInfoFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
public String getOid()
getOid in interface org.apache.directory.api.ldap.codec.api.IntermediateResponseFactorypublic org.apache.directory.api.ldap.model.message.IntermediateResponse newResponse(byte[] encodedValue)
newResponse in interface org.apache.directory.api.ldap.codec.api.IntermediateResponseFactorypublic SyncInfoValueDecorator decorate(org.apache.directory.api.ldap.model.message.IntermediateResponse decoratedMessage)
decorate in interface org.apache.directory.api.ldap.codec.api.IntermediateResponseFactoryCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.