org.servicemix.components.util.xstream
Class XStreamSource
java.lang.Object
javax.xml.transform.sax.SAXSource
com.thoughtworks.xstream.io.xml.TraxSource
org.servicemix.components.util.xstream.XStreamSource
- All Implemented Interfaces:
- JavaSource, Source
- public class XStreamSource
- extends com.thoughtworks.xstream.io.xml.TraxSource
- implements JavaSource
A Source implementation for XStream which implements the
JavaSource API
- Version:
- $Revision: 1.1 $
| Fields inherited from class com.thoughtworks.xstream.io.xml.TraxSource |
XSTREAM_FEATURE |
| Methods inherited from class com.thoughtworks.xstream.io.xml.TraxSource |
getXMLReader, setInputSource, setSourceAsList, setXMLReader, setXStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamSource
public XStreamSource()
XStreamSource
public XStreamSource(Object object)
XStreamSource
public XStreamSource(Object object,
com.thoughtworks.xstream.XStream xStream)
getObject
public Object getObject()
- Description copied from interface:
JavaSource
- Returns the POJO equivalent of the Source
- Specified by:
getObject in interface JavaSource
setObject
public void setObject(Object object)
- Description copied from interface:
JavaSource
- Sets the POJO equivalent of the Source
- Specified by:
setObject in interface JavaSource
setSource
public void setSource(Object object)
Copyright © 2005 ServiceMix.. All Rights Reserved.