|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormat | |
---|---|
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.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
Uses of DataFormat in org.apache.camel.impl |
---|
Classes in org.apache.camel.impl that implement DataFormat | |
---|---|
class |
SerializationDataFormat
The data format using Java Serialiation. |
class |
StringDataFormat
The text based data format supporting charset encoding. |
class |
ZipDataFormat
|
Uses of DataFormat in org.apache.camel.model |
---|
Methods in org.apache.camel.model with parameters of type DataFormat | |
---|---|
Type |
ProcessorDefinition.marshal(DataFormat dataFormat)
DataFormat: Marshals the in body using the specified DataFormat
and sets the output on the out message body. |
Type |
ProcessorDefinition.unmarshal(DataFormat 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 |
---|
Methods in org.apache.camel.model.dataformat that return DataFormat | |
---|---|
protected DataFormat |
ZipDataFormat.createDataFormat(RouteContext routeContext)
|
protected DataFormat |
StringDataFormat.createDataFormat(RouteContext routeContext)
|
protected DataFormat |
SerializationDataFormat.createDataFormat(RouteContext routeContext)
|
protected DataFormat |
DataFormatDefinition.createDataFormat(RouteContext routeContext)
Factory method to create the data format instance |
DataFormat |
DataFormatDefinition.getDataFormat(RouteContext routeContext)
|
static DataFormat |
DataFormatDefinition.getDataFormat(RouteContext routeContext,
DataFormatDefinition type,
String ref)
Factory method to create the data format |
Methods in org.apache.camel.model.dataformat with parameters of type DataFormat | |
---|---|
protected void |
XMLSecurityDataFormat.configureDataFormat(DataFormat dataFormat)
|
protected void |
TidyMarkupDataFormat.configureDataFormat(DataFormat dataFormat)
|
protected void |
JaxbDataFormat.configureDataFormat(DataFormat dataFormat)
|
protected void |
DataFormatDefinition.configureDataFormat(DataFormat dataFormat)
Allows derived classes to customize the data format |
protected void |
ArtixDSDataFormat.configureDataFormat(DataFormat dataFormat)
|
Constructors in org.apache.camel.model.dataformat with parameters of type DataFormat | |
---|---|
DataFormatDefinition(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 |