Class LdapMessageGrammar
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.AbstractGrammar<LdapMessageContainer<AbstractMessage>>
-
- org.apache.directory.api.ldap.codec.LdapMessageGrammar
-
- All Implemented Interfaces:
Grammar<LdapMessageContainer<AbstractMessage>>
public final class LdapMessageGrammar extends AbstractGrammar<LdapMessageContainer<AbstractMessage>>
This class implements the LdapMessage message. All the actions are declared in this class. As it is a singleton, these declaration are only done once. If an action is to be added or modified, this is where the work is to be done !- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static LoggerLOGThe logger-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
transitions
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GrammargetInstance()Get the instance of this grammar-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
executeAction, getName, getTransition, setName
-
-