public class EndTransactionResponseContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.directory.api.asn1.ber.Asn1Decoder |
DECODER |
private EndTransactionResponseDecorator |
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.
|
EndTransactionResponseDecorator |
getEndTransactionResponse() |
void |
setEndTransactionResponse(EndTransactionResponseDecorator endTransactionResponseDecorator)
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 EndTransactionResponseDecorator endTransactionResponse
private static final org.apache.directory.api.asn1.ber.Asn1Decoder DECODER
public EndTransactionResponseContainer()
public EndTransactionResponseDecorator getEndTransactionResponse()
public void setEndTransactionResponse(EndTransactionResponseDecorator endTransactionResponseDecorator)
endTransactionResponseDecorator - the EndTransactionResponse to set.public 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–2018 The Apache Software Foundation. All rights reserved.