org.mule.module.xml.transformer.wire
Class XStreamWireFormat

java.lang.Object
  extended by org.mule.transformer.wire.TransformerPairWireFormat
      extended by org.mule.module.xml.transformer.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 no source or return type checking.


Field Summary
 
Fields inherited from class org.mule.transformer.wire.TransformerPairWireFormat
inboundTransformer, logger, outboundTransformer, transferObjectClass
 
Constructor Summary
XStreamWireFormat()
           
XStreamWireFormat(String driverClassName, Map aliases, List converters)
           
 
Method Summary
 
Methods inherited from class org.mule.transformer.wire.TransformerPairWireFormat
getInboundTransformer, getOutboundTransformer, read, setInboundTransformer, setOutboundTransformer, setTransferObjectClass, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamWireFormat

public XStreamWireFormat()
                  throws IllegalAccessException,
                         InstantiationException,
                         ClassNotFoundException
Throws:
IllegalAccessException
InstantiationException
ClassNotFoundException

XStreamWireFormat

public XStreamWireFormat(String driverClassName,
                         Map aliases,
                         List converters)
                  throws IllegalAccessException,
                         InstantiationException,
                         ClassNotFoundException
Throws:
IllegalAccessException
InstantiationException
ClassNotFoundException


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.