org.apache.camel.model.dataformat
Class BindyDataFormat

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

public class BindyDataFormat
extends DataFormatDefinition

Represents the Bindy DataFormat

Version:

Constructor Summary
BindyDataFormat()
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat)
          Allows derived classes to customize the data format
protected  DataFormat createDataFormat(RouteContext routeContext)
          Factory method to create the data format instance
 String getClassType()
           
 String getLocale()
           
 String[] getPackages()
           
 BindyType getType()
           
 void setClassType(Class<?> classType)
           
 void setClassType(String classType)
           
 void setLocale(String locale)
           
 void setPackages(String[] packages)
           
 void setType(BindyType type)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
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

BindyDataFormat

public BindyDataFormat()
Method Detail

getType

public BindyType getType()

setType

public void setType(BindyType type)

getPackages

public String[] getPackages()

setPackages

public void setPackages(String[] packages)

getClassType

public String getClassType()

setClassType

public void setClassType(String classType)

setClassType

public void setClassType(Class<?> classType)

getLocale

public String getLocale()

setLocale

public void setLocale(String locale)

createDataFormat

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

Overrides:
createDataFormat in class DataFormatDefinition

configureDataFormat

protected void configureDataFormat(DataFormat dataFormat)
Description copied from class: DataFormatDefinition
Allows derived classes to customize the data format

Overrides:
configureDataFormat in class DataFormatDefinition


Apache CAMEL