Uses of Class
org.apache.camel.model.dataformat.DataFormatDefinition

Packages that use DataFormatDefinition
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.impl Default implementation classes for Camel Core 
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.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of DataFormatDefinition in org.apache.camel
 

Methods in org.apache.camel that return types with arguments of type DataFormatDefinition
 Map<String,DataFormatDefinition> CamelContext.getDataFormats()
          Gets the data formats that can be referenced in the routes.
 

Method parameters in org.apache.camel with type arguments of type DataFormatDefinition
 void CamelContext.setDataFormats(Map<String,DataFormatDefinition> dataFormats)
          Sets the data formats that can be referenced in the routes.
 

Uses of DataFormatDefinition in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return DataFormatDefinition
 DataFormatDefinition DefaultRouteContext.getDataFormat(String ref)
           
 

Methods in org.apache.camel.impl that return types with arguments of type DataFormatDefinition
 Map<String,DataFormatDefinition> DefaultCamelContext.getDataFormats()
           
 

Method parameters in org.apache.camel.impl with type arguments of type DataFormatDefinition
 void DefaultCamelContext.setDataFormats(Map<String,DataFormatDefinition> dataFormats)
           
 

Uses of DataFormatDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return DataFormatDefinition
 DataFormatDefinition UnmarshalDefinition.getDataFormatType()
           
 DataFormatDefinition MarshalDefinition.getDataFormatType()
           
 

Methods in org.apache.camel.model with parameters of type DataFormatDefinition
 Type ProcessorDefinition.marshal(DataFormatDefinition dataFormatType)
          DataFormat: Marshals the in body using the specified DataFormat and sets the output on the out message body.
 void UnmarshalDefinition.setDataFormatType(DataFormatDefinition dataFormatType)
           
 void MarshalDefinition.setDataFormatType(DataFormatDefinition dataFormatType)
           
 Type ProcessorDefinition.unmarshal(DataFormatDefinition dataFormatType)
          DataFormat: Unmarshals the in body using the specified DataFormat and sets the output on the out message body.
 

Constructors in org.apache.camel.model with parameters of type DataFormatDefinition
MarshalDefinition(DataFormatDefinition dataFormatType)
           
UnmarshalDefinition(DataFormatDefinition dataFormatType)
           
 

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

Subclasses of DataFormatDefinition in org.apache.camel.model.dataformat
 class ArtixDSDataFormat
          Represents the Artix Data Services DataFormat
 class CsvDataFormat
          Represents a CSV (Comma Separated Values) DataFormat
 class FlatpackDataFormat
          Represents a Flatpack DataFormat.
 class HL7DataFormat
          Represents a HL7 DataFormat.
 class JaxbDataFormat
          Represents the JAXB2 XML DataFormat
 class JsonDataFormat
           
 class RssDataFormat
          Represents a RSS DataFormat.
 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 XMLSecurityDataFormat
          Represents as XML Security Encrypter/Decrypter DataFormat
 class XStreamDataFormat
          Represents the XStream XML DataFormat
 class ZipDataFormat
          Represents the ZIP XML DataFormat
 

Methods in org.apache.camel.model.dataformat that return types with arguments of type DataFormatDefinition
 Map<String,DataFormatDefinition> DataFormatsDefinition.asMap()
           
 List<DataFormatDefinition> DataFormatsDefinition.getDataFormats()
           
 

Methods in org.apache.camel.model.dataformat with parameters of type DataFormatDefinition
static DataFormat DataFormatDefinition.getDataFormat(RouteContext routeContext, DataFormatDefinition type, String ref)
          Factory method to create the data format
 

Method parameters in org.apache.camel.model.dataformat with type arguments of type DataFormatDefinition
 void DataFormatsDefinition.setDataFormats(List<DataFormatDefinition> dataFormats)
           
 

Uses of DataFormatDefinition in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return DataFormatDefinition
 DataFormatDefinition RouteContext.getDataFormat(String ref)
          Get a DataFormatType by ref name
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.