ch.panter.li.bi.asn.ber
Class AsnBerDecodingAdapter

java.lang.Object
  extended by ch.panter.li.bi.asn.ber.AsnBerDecodingAdapter
All Implemented Interfaces:
AsnBerDecodingListener
Direct Known Subclasses:
AsnBerDecodingTracer, AsnBerStructureBuilder

public class AsnBerDecodingAdapter
extends Object
implements AsnBerDecodingListener


Constructor Summary
AsnBerDecodingAdapter()
           
 
Method Summary
 void tagBegin(AsnBerDecodingContextInfo context, AsnBerNode node)
           
 void tagEnd(AsnBerDecodingContextInfo context, AsnBerNode node, Exception failReason)
           
 void tagValue(AsnBerDecodingContextInfo context, AsnBerNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsnBerDecodingAdapter

public AsnBerDecodingAdapter()
Method Detail

tagBegin

public void tagBegin(AsnBerDecodingContextInfo context,
                     AsnBerNode node)
Specified by:
tagBegin in interface AsnBerDecodingListener

tagValue

public void tagValue(AsnBerDecodingContextInfo context,
                     AsnBerNode node)
Specified by:
tagValue in interface AsnBerDecodingListener

tagEnd

public void tagEnd(AsnBerDecodingContextInfo context,
                   AsnBerNode node,
                   Exception failReason)
Specified by:
tagEnd in interface AsnBerDecodingListener


Copyright 2007-2007 SourceForge. All Rights Reserved.