org.apache.directory.shared.ldap.codec.actions
Class InitExtensibleMatchFilterAction
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction
org.apache.directory.shared.ldap.codec.actions.InitExtensibleMatchFilterAction
- All Implemented Interfaces:
- IAction
public class InitExtensibleMatchFilterAction
- extends GrammarAction
The action used to initialize the Extensible Match filter
- Author:
- Apache Directory Project
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
InitExtensibleMatchFilterAction
public InitExtensibleMatchFilterAction()
action
public void action(IAsn1Container container)
throws DecoderException
- Description copied from interface:
IAction
- The action to be executed.
- Parameters:
container
- The container which stores the current data
- Throws:
DecoderException
- Thrown if something went wrong.
Copyright © 2004-2012. All Rights Reserved.