public class StoreExtendedResponseValue extends GrammarAction<LdapMessageContainer<ExtendedResponseDecorator<?>>>
ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
...
response [11] OCTET STRING OPTIONAL}
name| Constructor and Description |
|---|
StoreExtendedResponseValue()
Instantiates a new response action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<ExtendedResponseDecorator<?>> container)
The action to be executed.
|
toStringpublic StoreExtendedResponseValue()
public void action(LdapMessageContainer<ExtendedResponseDecorator<?>> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.