org.apache.yoko.orb.DynamicAny
Class DynValueReader

java.lang.Object
  extended by org.apache.yoko.orb.DynamicAny.DynValueReader

public final class DynValueReader
extends Object


Field Summary
 boolean mustTruncate
           
 
Constructor Summary
DynValueReader(ORBInstance orbInstance, DynAnyFactory factory, boolean truncateOK)
           
 
Method Summary
protected  void indexValue(int startPos, DynAny dv)
           
 DynAny readValue(InputStream in, TypeCode tc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mustTruncate

public boolean mustTruncate
Constructor Detail

DynValueReader

public DynValueReader(ORBInstance orbInstance,
                      DynAnyFactory factory,
                      boolean truncateOK)
Method Detail

readValue

public DynAny readValue(InputStream in,
                        TypeCode tc)
                 throws InconsistentTypeCode
Throws:
InconsistentTypeCode

indexValue

protected void indexValue(int startPos,
                          DynAny dv)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.