com.thoughtworks.xstream.converters
Interface UnmarshallingContext

All Superinterfaces:
DataHolder

public interface UnmarshallingContext
extends DataHolder


Method Summary
 void addCompletionCallback(java.lang.Runnable work, int priority)
           
 java.lang.Object convertAnother(java.lang.Object current, java.lang.Class type)
           
 java.lang.Object convertAnother(java.lang.Object current, java.lang.Class type, Converter converter)
           
 java.lang.Object currentObject()
           
 java.lang.Class getRequiredType()
           
 
Methods inherited from interface com.thoughtworks.xstream.converters.DataHolder
get, keys, put
 

Method Detail

convertAnother

public java.lang.Object convertAnother(java.lang.Object current,
                                       java.lang.Class type)

convertAnother

public java.lang.Object convertAnother(java.lang.Object current,
                                       java.lang.Class type,
                                       Converter converter)
Since:
1.2

currentObject

public java.lang.Object currentObject()

getRequiredType

public java.lang.Class getRequiredType()

addCompletionCallback

public void addCompletionCallback(java.lang.Runnable work,
                                  int priority)


Joe Walnes, http://xstream.codehaus.org/