Class StoreIntermediateResponseValue
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<IntermediateResponse>>
-
- org.apache.directory.api.ldap.codec.actions.response.intermediate.StoreIntermediateResponseValue
-
- All Implemented Interfaces:
Action<LdapMessageContainer<IntermediateResponse>>
public class StoreIntermediateResponseValue extends GrammarAction<LdapMessageContainer<IntermediateResponse>>
The action used to store a IntermediateResponse valueIntermediateResponse ::= [APPLICATION 25] SEQUENCE { ... responseValue [1] OCTET STRING OPTIONAL }- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description StoreIntermediateResponseValue()Instantiates a new response name action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(LdapMessageContainer<IntermediateResponse> container)The action to be executed.-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
-
-
-
-
Method Detail
-
action
public void action(LdapMessageContainer<IntermediateResponse> container) throws DecoderException
The action to be executed.- Parameters:
container- The container which stores the current data- Throws:
DecoderException- Thrown if something went wrong.
-
-