Uses of Interface
org.apache.camel.spi.DataFormat

Packages that use DataFormat
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of DataFormat in org.apache.camel.model
 

Methods in org.apache.camel.model with parameters of type DataFormat
 Type ProcessorType.marshal(DataFormat dataFormat)
          Marshals the in body using the specified DataFormat and sets the output on the out message body.
 Type ProcessorType.unmarshal(DataFormat dataFormat)
          Unmarshals the in body using the specified DataFormat and sets the output on the out message body.
 

Uses of DataFormat in org.apache.camel.model.dataformat
 

Classes in org.apache.camel.model.dataformat that implement DataFormat
 class ArtixDSDataFormat
          Represents the Artix Data Services DataFormat
 class CsvDataFormat
          Represents a CSV (Comma Separated Values) DataFormat
 class DataFormatType
          Represents the base XML type for DataFormat.
 class FlatpackDataFormat
          Represents a Flatpack DataFormat.
 class HL7DataFormat
          Represents a HL7 DataFormat.
 class JaxbDataFormat
          Represents the JAXB2 XML DataFormat
 class JsonDataFormat
           
 class SerializationDataFormat
          Represents the Java Serialization DataFormat
 class StringDataFormat
          Represents the String (text based) DataFormat
 class TidyMarkupDataFormat
          Represents a wellformed HTML document (XML well Formed) DataFormat
 class XMLBeansDataFormat
          Represents the XMLBeans XML DataFormat
 class XStreamDataFormat
          Represents the XStream XML DataFormat
 class ZipDataFormat
           
 

Methods in org.apache.camel.model.dataformat that return DataFormat
protected  DataFormat SerializationDataFormat.createDataFormat(RouteContext routeContext)
           
protected  DataFormat ZipDataFormat.createDataFormat(RouteContext routeContext)
           
protected  DataFormat StringDataFormat.createDataFormat(RouteContext routeContext)
           
protected  DataFormat DataFormatType.createDataFormat(RouteContext routeContext)
          Factory method to create the data format instance
 DataFormat DataFormatType.getDataFormat(RouteContext routeContext)
           
static DataFormat DataFormatType.getDataFormat(RouteContext routeContext, DataFormatType type, String ref)
           
 

Methods in org.apache.camel.model.dataformat with parameters of type DataFormat
protected  void TidyMarkupDataFormat.configureDataFormat(DataFormat dataFormat)
           
protected  void JaxbDataFormat.configureDataFormat(DataFormat dataFormat)
           
protected  void ArtixDSDataFormat.configureDataFormat(DataFormat dataFormat)
           
protected  void DataFormatType.configureDataFormat(DataFormat dataFormat)
          Allows derived classes to customize the data format
 

Constructors in org.apache.camel.model.dataformat with parameters of type DataFormat
DataFormatType(DataFormat dataFormat)
           
 

Uses of DataFormat in org.apache.camel.processor
 

Constructors in org.apache.camel.processor with parameters of type DataFormat
MarshalProcessor(DataFormat dataFormat)
           
UnmarshalProcessor(DataFormat dataFormat)
           
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.