public class InitAddResponse extends GrammarAction<LdapMessageContainer<AddResponseDecorator>>
LdapMessage ::= ... AddResponse ...
AddResponse ::= [APPLICATION 9] SEQUENCE { ...
name| Constructor and Description |
|---|
InitAddResponse()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<AddResponseDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<AddResponseDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.