|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
class |
JaxbDataFormat
Represents the JAXB2 XML DataFormat |
class |
SerializationDataFormat
Represents the Java Serialization DataFormat |
class |
StringDataFormat
Represents the String (text based) DataFormat |
class |
XMLBeansDataFormat
Represents the XMLBeans XML DataFormat |
class |
XStreamDataFormat
Represents the XStream XML DataFormat |
Methods in org.apache.camel.model.dataformat that return DataFormat | |
---|---|
protected DataFormat |
StringDataFormat.createDataFormat(RouteContext routeContext)
|
protected DataFormat |
SerializationDataFormat.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 |
ArtixDSDataFormat.configureDataFormat(DataFormat dataFormat)
|
protected void |
JaxbDataFormat.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |