org.apache.yoko.orb.OB
Class ValueWriter

java.lang.Object
  extended by org.apache.yoko.orb.OB.ValueWriter

public final class ValueWriter
extends Object


Constructor Summary
ValueWriter(OutputStream out)
           
 
Method Summary
 int beginValue(int tag, String[] ids, String codebase, boolean chunk)
           
 void checkBeginChunk()
           
 void endValue()
           
 void writeAbstractInterface(Object obj)
           
 void writeValue(Serializable value, String id)
           
 void writeValueBox(Serializable value, TypeCode type, BoxedValueHelper helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueWriter

public ValueWriter(OutputStream out)
Method Detail

writeValue

public void writeValue(Serializable value,
                       String id)

writeValueBox

public void writeValueBox(Serializable value,
                          TypeCode type,
                          BoxedValueHelper helper)

writeAbstractInterface

public void writeAbstractInterface(Object obj)

beginValue

public int beginValue(int tag,
                      String[] ids,
                      String codebase,
                      boolean chunk)

endValue

public void endValue()

checkBeginChunk

public void checkBeginChunk()


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