org.codehaus.activesoap.handler.xstream
Class XStreamAnyElementMarshaler

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
XStreamAnyElementMarshaler()
           
 
Method Summary
 Object parseElement(XMLStreamReader in)
           
 void writeElement(Object object, XMLStreamWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

protected com.thoughtworks.xstream.io.xml.StaxDriver driver

xstream

protected com.thoughtworks.xstream.XStream xstream
Constructor Detail

XStreamAnyElementMarshaler

public XStreamAnyElementMarshaler()
Method Detail

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.