org.apache.directory.shared.ldap.codec.actions
Class ResultCodeAction
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction
org.apache.directory.shared.ldap.codec.actions.ResultCodeAction
- All Implemented Interfaces:
- IAction
public class ResultCodeAction
- extends GrammarAction
The action used to set the LdapResult result code.
- Author:
- Apache Directory Project
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
ResultCodeAction
public ResultCodeAction()
action
public void action(IAsn1Container container)
throws DecoderException
- The initialization action
- Parameters:
container
- The container which stores the current data
- Throws:
DecoderException
- Thrown if something went wrong.
Copyright © 2004-2012. All Rights Reserved.