Class EndTransactionResponseGrammar

  • All Implemented Interfaces:
    Grammar<EndTransactionResponseContainer>

    public class EndTransactionResponseGrammar
    extends AbstractGrammar<EndTransactionResponseContainer>
    This class implements the EndTransactionResponse extended operation's ASN.1 grammar. All the actions are declared in this class. As it is a singleton, these declaration are only done once. The grammar is :
     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
        }
     
    Author:
    Apache Directory Project
    • Constructor Detail

      • EndTransactionResponseGrammar

        public EndTransactionResponseGrammar()
        Creates a new EndTransactionResponseGrammar object.