org.apache.directory.shared.ldap.codec.actions
Class ControlValueAction

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction
      extended by org.apache.directory.shared.ldap.codec.actions.ControlValueAction
All Implemented Interfaces:
IAction

public class ControlValueAction
extends GrammarAction

The action used to set the value of a control. This is an extension point where different controls can be plugged in (at least eventually). For now we hard code controls.

Version:
$Rev$, $Date$,
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
ControlValueAction()
           
 
Method Summary
 void action(IAsn1Container container)
           
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlValueAction

public ControlValueAction()
Method Detail

action

public void action(IAsn1Container container)
            throws DecoderException
Throws:
DecoderException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.