org.apache.servicemix.components.util.xstream
Class XStreamSource
java.lang.Object
javax.xml.transform.sax.SAXSource
com.thoughtworks.xstream.io.xml.TraxSource
org.apache.servicemix.components.util.xstream.XStreamSource
- All Implemented Interfaces:
- Source, org.apache.servicemix.jbi.jaxp.JavaSource
public class XStreamSource
- extends com.thoughtworks.xstream.io.xml.TraxSource
- implements JavaSource
A Source implementation for XStream which implements the
JavaSource API
- Version:
- $Revision: 564374 $
| 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()
- Specified by:
getObject in interface org.apache.servicemix.jbi.jaxp.JavaSource
setObject
public void setObject(Object object)
- Specified by:
setObject in interface org.apache.servicemix.jbi.jaxp.JavaSource
setSource
public void setSource(Object source)
- Overrides:
setSource in class com.thoughtworks.xstream.io.xml.TraxSource
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.