public class EndTransactionResponseGrammar extends org.apache.directory.api.asn1.ber.grammar.AbstractGrammar<EndTransactionResponseContainer>
txnEndRes ::= SEQUENCE {
messageID MessageID OPTIONAL,
-- msgid associated with non-success resultCode
updatesControls SEQUENCE OF updateControl SEQUENCE {
messageID MessageID,
-- msgid associated with controls
controls Controls
} OPTIONAL
}
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.directory.api.asn1.ber.grammar.Grammar<EndTransactionResponseContainer> |
instance
The instance of grammar.
|
private static org.slf4j.Logger |
LOG
logger
|
| Constructor and Description |
|---|
EndTransactionResponseGrammar()
Creates a new EndTransactionResponseGrammar object.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.directory.api.asn1.ber.grammar.Grammar<EndTransactionResponseContainer> |
getInstance()
This class is a singleton.
|
private static final org.slf4j.Logger LOG
private static org.apache.directory.api.asn1.ber.grammar.Grammar<EndTransactionResponseContainer> instance
public EndTransactionResponseGrammar()
public static org.apache.directory.api.asn1.ber.grammar.Grammar<EndTransactionResponseContainer> getInstance()
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.