org.apache.directory.api.ldap.codec.actions.extendedResponse
Class StoreExtendedResponseValue

java.lang.Object
  extended by org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<ExtendedResponseDecorator<?>>>
      extended by org.apache.directory.api.ldap.codec.actions.extendedResponse.StoreExtendedResponseValue
All Implemented Interfaces:
Action<LdapMessageContainer<ExtendedResponseDecorator<?>>>

public class StoreExtendedResponseValue
extends GrammarAction<LdapMessageContainer<ExtendedResponseDecorator<?>>>

The action used to store a Response to an ExtendedResponse

 ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
     ...
     response       [11] OCTET STRING OPTIONAL}
 

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreExtendedResponseValue()
          Instantiates a new response action.
 
Method Summary
 void action(LdapMessageContainer<ExtendedResponseDecorator<?>> container)
          The action to be executed.
 
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreExtendedResponseValue

public StoreExtendedResponseValue()
Instantiates a new response action.

Method Detail

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.