public abstract class AbstractReadMsgType<E extends org.apache.directory.api.asn1.ber.Asn1Container>
extends org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The logger
|
private KerberosMessageType |
msgType
The msgType to decode
|
| Constructor and Description |
|---|
AbstractReadMsgType(java.lang.String name)
Instantiates a new StoreMsgType action.
|
AbstractReadMsgType(java.lang.String name,
KerberosMessageType msgType)
Instantiates a new StoreMsgType action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(E container) |
private static final org.slf4j.Logger LOG
private KerberosMessageType msgType
public AbstractReadMsgType(java.lang.String name)
public AbstractReadMsgType(java.lang.String name,
KerberosMessageType msgType)
public final void action(E container) throws org.apache.directory.api.asn1.DecoderException
org.apache.directory.api.asn1.DecoderException