org.mule.transformer.wire
Class SerializationWireFormat

java.lang.Object
  extended by org.mule.transformer.wire.TransformerPairWireFormat
      extended by org.mule.transformer.wire.SerializationWireFormat
All Implemented Interfaces:
MuleContextAware, WireFormat

public class SerializationWireFormat
extends TransformerPairWireFormat

Wire format using Java serialization


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

Constructor Detail

SerializationWireFormat

public SerializationWireFormat()


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