org.apache.camel.model.dataformat
Class SerializationDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.dataformat.DataFormatType
          extended by org.apache.camel.model.dataformat.SerializationDataFormat
All Implemented Interfaces:
DataFormat

public class SerializationDataFormat
extends DataFormatType

Represents the Java Serialization DataFormat

Version:
$Revision: 46239 $

Constructor Summary
SerializationDataFormat()
           
 
Method Summary
protected  DataFormat createDataFormat(RouteContext routeContext)
          Factory method to create the data format instance
 
Methods inherited from class org.apache.camel.model.dataformat.DataFormatType
configureDataFormat, getDataFormat, getDataFormat, marshal, setProperty, unmarshal
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationDataFormat

public SerializationDataFormat()
Method Detail

createDataFormat

protected DataFormat createDataFormat(RouteContext routeContext)
Description copied from class: DataFormatType
Factory method to create the data format instance

Overrides:
createDataFormat in class DataFormatType


Copyright © 2009 IONA Open Source Community. All Rights Reserved.