ch.panter.li.bi.asn
Class AsnValueFactoryBase

java.lang.Object
  extended by ch.panter.li.bi.asn.AsnValueFactoryBase
All Implemented Interfaces:
AsnValueFactory

public class AsnValueFactoryBase
extends Object
implements AsnValueFactory


Constructor Summary
AsnValueFactoryBase()
           
 
Method Summary
 AsnValueBase createValue(AsnDecodingContextInfo context, AsnTag tag)
           
protected  AsnValueBase createValueForTag(AsnDecodingContextInfo context, AsnTag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsnValueFactoryBase

public AsnValueFactoryBase()
Method Detail

createValue

public final AsnValueBase createValue(AsnDecodingContextInfo context,
                                      AsnTag tag)
                               throws AsnException
Specified by:
createValue in interface AsnValueFactory
Throws:
AsnException

createValueForTag

protected AsnValueBase createValueForTag(AsnDecodingContextInfo context,
                                         AsnTag tag)
                                  throws AsnException
Throws:
AsnException


Copyright 2007-2007 SourceForge. All Rights Reserved.