Class StoreExtendedResponseName
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<ExtendedResponse>>
-
- org.apache.directory.api.ldap.codec.actions.response.extended.StoreExtendedResponseName
-
- All Implemented Interfaces:
Action<LdapMessageContainer<ExtendedResponse>>
public class StoreExtendedResponseName extends GrammarAction<LdapMessageContainer<ExtendedResponse>>
The action used to store a Response Name to an ExtendedResponseLdapMessage ::= ... ExtendedResponse ... ExtendedResponse ::= [APPLICATION 24] SEQUENCE { COMPONENTS OF LDAPResult, responseName [10] LDAPOID 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 StoreExtendedResponseName()Instantiates a new response name action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(LdapMessageContainer<ExtendedResponse> 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<ExtendedResponse> container) throws DecoderException
The action to be executed.- Parameters:
container- The container which stores the current data- Throws:
DecoderException- Thrown if something went wrong.
-
-