org.mule.transformers.xml.wire
Class XStreamWireFormat
java.lang.Object
org.mule.transformers.wire.TransformerPairWireFormat
org.mule.transformers.xml.wire.XStreamWireFormat
- All Implemented Interfaces:
- WireFormat
- public class XStreamWireFormat
- extends TransformerPairWireFormat
Serializes objects using XStream. This is equivelent of using the ObjectToXml and
XmlToObject except that there is not source or return type checking. WireFormats
are only
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamWireFormat
public XStreamWireFormat()
throws IllegalAccessException,
InstantiationException,
ClassNotFoundException
XStreamWireFormat
public XStreamWireFormat(String driverClassName,
Map aliases,
List converters)
throws IllegalAccessException,
InstantiationException,
ClassNotFoundException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.