public class StoreExtendedResponseName extends GrammarAction<LdapMessageContainer<ExtendedResponseDecorator<?>>>
LdapMessage ::= ... ExtendedResponse ...
ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
COMPONENTS OF LDAPResult,
responseName [10] LDAPOID OPTIONAL,
...
name| Constructor and Description |
|---|
StoreExtendedResponseName()
Instantiates a new response name action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<ExtendedResponseDecorator<?>> container)
The action to be executed.
|
toStringpublic StoreExtendedResponseName()
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.