public class EndTransactionResponseContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls |
currentUpdateControls
The current UpdateControls
|
private org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse |
endTransactionResponse
EndTransactionResponse decorator
|
| Constructor and Description |
|---|
EndTransactionResponseContainer()
Creates a new EndTransactionResponseContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container for the next decoding.
|
static List<org.apache.directory.api.ldap.model.message.Control> |
decode(byte[] controlsBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the controls.
|
org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls |
getCurrentUpdateControls() |
org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse |
getEndTransactionResponse() |
void |
setCurrentControls(org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls currentUpdateControls) |
void |
setEndTransactionResponse(org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse endTransactionResponse)
Set a EndTransactionResponse Object into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentprivate org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse endTransactionResponse
private org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls currentUpdateControls
public EndTransactionResponseContainer()
public org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse getEndTransactionResponse()
public void setEndTransactionResponse(org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse endTransactionResponse)
endTransactionResponse - the EndTransactionResponse to set.public org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls getCurrentUpdateControls()
public void setCurrentControls(org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls currentUpdateControls)
currentUpdateControls - the currentUpdateControls to setpublic void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerpublic static List<org.apache.directory.api.ldap.model.message.Control> decode(byte[] controlsBytes) throws org.apache.directory.api.asn1.DecoderException
controlsBytes - the encoded controls bytesorg.apache.directory.api.asn1.DecoderException - if anything goes wrongCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.