org.apache.camel.model.dataformat
Class Base64DataFormat

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

public class Base64DataFormat
extends DataFormatDefinition

Represents the Base64 DataFormat

Version:

Constructor Summary
Base64DataFormat()
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat, CamelContext camelContext)
          Allows derived classes to customize the data format
 Integer getLineLength()
           
 String getLineSeparator()
           
 Boolean getUrlSafe()
           
 void setLineLength(Integer lineLength)
           
 void setLineSeparator(String lineSeparator)
           
 void setUrlSafe(Boolean urlSafe)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
configureDataFormat, createDataFormat, 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

Base64DataFormat

public Base64DataFormat()
Method Detail

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

getLineLength

public Integer getLineLength()

setLineLength

public void setLineLength(Integer lineLength)

getLineSeparator

public String getLineSeparator()

setLineSeparator

public void setLineSeparator(String lineSeparator)

getUrlSafe

public Boolean getUrlSafe()

setUrlSafe

public void setUrlSafe(Boolean urlSafe)


Apache Camel