org.apache.directory.api.ldap.codec.actions.searchResultReference
Class StoreReference
java.lang.Object
org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<SearchResultReferenceDecorator>>
org.apache.directory.api.ldap.codec.actions.searchResultReference.StoreReference
- All Implemented Interfaces:
- Action<LdapMessageContainer<SearchResultReferenceDecorator>>
public class StoreReference
- extends GrammarAction<LdapMessageContainer<SearchResultReferenceDecorator>>
The action used to store a reference into a searchResultReference
LdapMessage ::= ... SearchResultReference ...
SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreReference()
Instantiates a new store reference action. |
StoreReference
public StoreReference()
- Instantiates a new store reference action.
action
public void action(LdapMessageContainer<SearchResultReferenceDecorator> 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.