public class SyncInfoValueFactory extends Object implements org.apache.directory.api.ldap.codec.api.IntermediateOperationFactory
IntermediateOperationFactory which creates SyncInfoValue instances.| Constructor and Description |
|---|
SyncInfoValueFactory()
Creates a new instance of SyncInfoValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decodeValue(org.apache.directory.api.ldap.model.message.IntermediateResponse intermediateResponse,
byte[] responseValue) |
void |
encodeValue(org.apache.directory.api.asn1.util.Asn1Buffer buffer,
org.apache.directory.api.ldap.model.message.IntermediateResponse intermediateResponse) |
String |
getOid() |
org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue |
newResponse() |
org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue |
newResponse(byte[] responseValue) |
public SyncInfoValueFactory()
public String getOid()
getOid in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactorypublic org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue newResponse()
newResponse in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactorypublic org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue newResponse(byte[] responseValue)
newResponse in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactorypublic void encodeValue(org.apache.directory.api.asn1.util.Asn1Buffer buffer,
org.apache.directory.api.ldap.model.message.IntermediateResponse intermediateResponse)
encodeValue in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactorypublic void decodeValue(org.apache.directory.api.ldap.model.message.IntermediateResponse intermediateResponse,
byte[] responseValue)
throws org.apache.directory.api.asn1.DecoderException
decodeValue in interface org.apache.directory.api.ldap.codec.api.IntermediateOperationFactoryorg.apache.directory.api.asn1.DecoderExceptionCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.