org.apache.directory.shared.kerberos.codec.actions
Class AbstractReadHostAddress<E extends org.apache.directory.shared.asn1.ber.Asn1Container>
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddress<E>
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<E>
- Direct Known Subclasses:
- StoreRecipientAddress, StoreRecipientAddress, StoreRecipientAddress, StoreSenderAddress, StoreSenderAddress, StoreSenderAddress
public abstract class AbstractReadHostAddress<E extends org.apache.directory.shared.asn1.ber.Asn1Container>
- extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
The action used to read the HostAddress
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
AbstractReadHostAddress
public AbstractReadHostAddress(String name)
- Instantiates a new AbstractReadAddress action.
setAddress
protected abstract void setAddress(HostAddress hostAddress,
E container)
action
public void action(E container)
throws org.apache.directory.shared.asn1.DecoderException
-
- Throws:
org.apache.directory.shared.asn1.DecoderException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.