org.apache.camel.model.dataformat
Class HL7DataFormat

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

public class HL7DataFormat
extends DataFormatDefinition

Represents a HL7 DataFormat.

Version:

Constructor Summary
HL7DataFormat()
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat)
          Allows derived classes to customize the data format
 Boolean getValidate()
           
 boolean isValidate()
           
 void setValidate(Boolean validate)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
createDataFormat, 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

HL7DataFormat

public HL7DataFormat()
Method Detail

isValidate

public boolean isValidate()

getValidate

public Boolean getValidate()

setValidate

public void setValidate(Boolean validate)

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