org.concord.util.beans
Class CCXMLDecoder

java.lang.Object
  |
  +--org.concord.util.beans.CCXMLDecoder

public class CCXMLDecoder
extends java.lang.Object

This is a bean decoder back-compliant with Java prior-1.4 version using reflection. This bean encoder just implements basic methods necessary for XML encoding but not all the methods in the interface java.beans.Decoder.

Author:
Qian Xie, Dmitry Markman

Constructor Summary
CCXMLDecoder(java.io.InputStream istream)
           
 
Method Summary
 void close()
           
 java.lang.Object readObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCXMLDecoder

public CCXMLDecoder(java.io.InputStream istream)
Method Detail

readObject

public java.lang.Object readObject()

close

public void close()