org.apache.directory.api.ldap.codec.actions.modifyResponse
Class InitModifyResponse
java.lang.Object
org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<ModifyResponseDecorator>>
org.apache.directory.api.ldap.codec.actions.modifyResponse.InitModifyResponse
- All Implemented Interfaces:
- Action<LdapMessageContainer<ModifyResponseDecorator>>
public class InitModifyResponse
- extends GrammarAction<LdapMessageContainer<ModifyResponseDecorator>>
The action used to initialize the ModifyResponse message
LdapMessage ::= ... ModifyResponse ...
ModifyResponse ::= [APPLICATION 7] SEQUENCE { ...
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction |
name |
InitModifyResponse
public InitModifyResponse()
- Instantiates a new action.
action
public void action(LdapMessageContainer<ModifyResponseDecorator> container)
- The action to be executed.
- Parameters:
container - The container which stores the current data
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.