Class StoreExtendedRequestValue
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<ExtendedRequest>>
-
- org.apache.directory.api.ldap.codec.actions.request.extended.StoreExtendedRequestValue
-
- All Implemented Interfaces:
Action<LdapMessageContainer<ExtendedRequest>>
public class StoreExtendedRequestValue extends GrammarAction<LdapMessageContainer<ExtendedRequest>>
The action used to store the Extended Request valueExtendedRequest ::= [APPLICATION 23] SEQUENCE { ... requestValue [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 StoreExtendedRequestValue()Instantiates a new action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(LdapMessageContainer<ExtendedRequest> 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<ExtendedRequest> container) throws DecoderException
The action to be executed.- Parameters:
container- The container which stores the current data- Throws:
DecoderException- Thrown if something went wrong.
-
-