org.ephman.abra.tools
Class UnmarshalContext

java.lang.Object
  |
  +--org.ephman.abra.tools.UnmarshalContext

public class UnmarshalContext
extends java.lang.Object

a class to hold all marshalling context info like recursive links - and next unique number etc.

Version:
0.0.1 (11/4/00)
Author:
Paul M. Bethe

Field Summary
 boolean ignoreMissingFields
           
 
Constructor Summary
UnmarshalContext(boolean ignoreMissingFields)
           
 
Method Summary
 java.lang.Object get(java.lang.Integer i)
           
 java.text.SimpleDateFormat getDateFormat()
           
 void put(java.lang.Integer key, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignoreMissingFields

public boolean ignoreMissingFields
Constructor Detail

UnmarshalContext

public UnmarshalContext(boolean ignoreMissingFields)
Method Detail

getDateFormat

public java.text.SimpleDateFormat getDateFormat()

get

public java.lang.Object get(java.lang.Integer i)

put

public void put(java.lang.Integer key,
                java.lang.Object obj)