public class StartTransactionFactory
extends org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactory
ExtendedOperationFactory for creating StartTransaction extended request response
pairs.| Constructor and Description |
|---|
StartTransactionFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new instance of StartTransactionFactory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encodeValue(org.apache.directory.api.asn1.util.Asn1Buffer buffer,
org.apache.directory.api.ldap.model.message.ExtendedResponse extendedResponse) |
org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequest |
newRequest() |
org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse |
newResponse() |
org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse |
newResponse(byte[] encodedValue) |
public StartTransactionFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
codec - The codec for this factory.public org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionRequest newRequest()
public org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse newResponse()
public org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse newResponse(byte[] encodedValue)
newResponse in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactorynewResponse in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactorypublic void encodeValue(org.apache.directory.api.asn1.util.Asn1Buffer buffer,
org.apache.directory.api.ldap.model.message.ExtendedResponse extendedResponse)
encodeValue in interface org.apache.directory.api.ldap.codec.api.ExtendedOperationFactoryencodeValue in class org.apache.directory.api.ldap.codec.api.AbstractExtendedOperationFactoryCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.