org.codehaus.activesoap.handler.xstream
Class XStreamAnyElementMarshaler
java.lang.Object
org.codehaus.activesoap.handler.xstream.XStreamAnyElementMarshaler
- All Implemented Interfaces:
- AnyElementMarshaler
- public class XStreamAnyElementMarshaler
- extends Object
- implements AnyElementMarshaler
- Version:
- $Revision: 1.1 $
Field Summary |
protected com.thoughtworks.xstream.io.xml.StaxDriver |
driver
|
protected com.thoughtworks.xstream.XStream |
xstream
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driver
protected com.thoughtworks.xstream.io.xml.StaxDriver driver
xstream
protected com.thoughtworks.xstream.XStream xstream
XStreamAnyElementMarshaler
public XStreamAnyElementMarshaler()
parseElement
public Object parseElement(XMLStreamReader in)
throws XMLStreamException
- Specified by:
parseElement
in interface AnyElementMarshaler
- Throws:
XMLStreamException
writeElement
public void writeElement(Object object,
XMLStreamWriter out)
throws XMLStreamException
- Specified by:
writeElement
in interface AnyElementMarshaler
- Throws:
XMLStreamException
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.