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