org.apache.directory.api.ldap.codec.actions.extendedResponse
Class StoreResponseName
java.lang.Object
org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<ExtendedResponseDecorator<?>>>
org.apache.directory.api.ldap.codec.actions.extendedResponse.StoreResponseName
- All Implemented Interfaces:
- Action<LdapMessageContainer<ExtendedResponseDecorator<?>>>
public class StoreResponseName
- extends GrammarAction<LdapMessageContainer<ExtendedResponseDecorator<?>>>
The action used to store a Response Name to an ExtendedResponse
LdapMessage ::= ... ExtendedResponse ...
ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
COMPONENTS OF LDAPResult,
responseName [10] LDAPOID OPTIONAL,
...
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction |
name |
StoreResponseName
public StoreResponseName()
- Instantiates a new response name action.
action
public void action(LdapMessageContainer<ExtendedResponseDecorator<?>> container)
throws DecoderException
- The action to be executed.
- Parameters:
container - The container which stores the current data
- Throws:
DecoderException - Thrown if something went wrong.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.