public class CheckLengthNotNull extends GrammarAction<LdapMessageContainer<MessageDecorator<? extends Message>>>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The logger
|
name| Constructor and Description |
|---|
CheckLengthNotNull()
Instantiates the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<MessageDecorator<? extends Message>> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.