org.apache.camel.model.dataformat
Class BarcodeDataFormat

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

public class BarcodeDataFormat
extends DataFormatDefinition

Represents a Barcode DataFormat DataFormat

Version:

Constructor Summary
BarcodeDataFormat()
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat, CamelContext camelContext)
          Allows derived classes to customize the data format
protected  DataFormat createDataFormat(RouteContext routeContext)
          Factory method to create the data format instance
 String getBarcodeFormat()
           
 Integer getHeight()
           
 String getImageType()
           
 Integer getWidth()
           
 void setBarcodeFormat(String barcodeFormat)
           
 void setHeight(Integer height)
           
 void setImageType(String imageType)
           
 void setWidth(Integer width)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
configureDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName, setProperty, 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

BarcodeDataFormat

public BarcodeDataFormat()
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

configureDataFormat

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

Overrides:
configureDataFormat in class DataFormatDefinition

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer width)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer height)

getImageType

public String getImageType()

setImageType

public void setImageType(String imageType)

getBarcodeFormat

public String getBarcodeFormat()

setBarcodeFormat

public void setBarcodeFormat(String barcodeFormat)


Apache Camel