org.apache.camel.model.dataformat
Class JibxDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.DataFormatDefinition
          extended by org.apache.camel.model.dataformat.JibxDataFormat

public class JibxDataFormat
extends DataFormatDefinition

Represents the JiBX XML DataFormat


Constructor Summary
JibxDataFormat()
           
JibxDataFormat(Class unmarshallClass)
           
 
Method Summary
protected  DataFormat createDataFormat(RouteContext routeContext)
          Factory method to create the data format instance
 Class getUnmarshallClass()
           
 void setUnmarshallClass(Class unmarshallClass)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
configureDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName, setProperty
 
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

JibxDataFormat

public JibxDataFormat()

JibxDataFormat

public JibxDataFormat(Class unmarshallClass)
Method Detail

createDataFormat

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

Overrides:
createDataFormat in class DataFormatDefinition

getUnmarshallClass

public Class getUnmarshallClass()

setUnmarshallClass

public void setUnmarshallClass(Class unmarshallClass)


Apache CAMEL