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