public class AddControl extends GrammarAction<LdapMessageContainer<MessageDecorator<? extends Message>>>
Control ::= SEQUENCE {
controlType LDAPOID,
...
name| Constructor and Description |
|---|
AddControl()
Instantiates a new AddControl 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.Copyright © 2021. All rights reserved.