Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.xstream
Class XStreamUnmarshallingContextAdapter

java.lang.Object
  extended by com.liferay.portlet.exportimport.xstream.XStreamUnmarshallingContextAdapter
All Implemented Interfaces:
XStreamUnmarshallingContext

public class XStreamUnmarshallingContextAdapter
extends Object
implements XStreamUnmarshallingContext


Constructor Summary
XStreamUnmarshallingContextAdapter(com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
           
 
Method Summary
 void addCompletionCallback(Runnable work, int priority)
           
 Object convertAnother(Object object, Class<?> clazz)
           
 Object convertAnother(Object object, Class<?> clazz, XStreamConverter xStreamConverter)
           
 Object currentObject()
           
 Object getRequiredType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamUnmarshallingContextAdapter

public XStreamUnmarshallingContextAdapter(com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
Method Detail

addCompletionCallback

public void addCompletionCallback(Runnable work,
                                  int priority)
Specified by:
addCompletionCallback in interface XStreamUnmarshallingContext

convertAnother

public Object convertAnother(Object object,
                             Class<?> clazz)
Specified by:
convertAnother in interface XStreamUnmarshallingContext

convertAnother

public Object convertAnother(Object object,
                             Class<?> clazz,
                             XStreamConverter xStreamConverter)
Specified by:
convertAnother in interface XStreamUnmarshallingContext

currentObject

public Object currentObject()
Specified by:
currentObject in interface XStreamUnmarshallingContext

getRequiredType

public Object getRequiredType()
Specified by:
getRequiredType in interface XStreamUnmarshallingContext

Liferay 7.0-ce-m6