|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormatType | |
---|---|
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 |
Uses of DataFormatType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return DataFormatType | |
---|---|
DataFormatType |
UnmarshalType.getDataFormatType()
|
DataFormatType |
MarshalType.getDataFormatType()
|
Methods in org.apache.camel.model with parameters of type DataFormatType | |
---|---|
Type |
ProcessorType.marshal(DataFormatType dataFormatType)
Marshals the in body using the specified DataFormat
and sets the output on the out message body. |
void |
UnmarshalType.setDataFormatType(DataFormatType dataFormatType)
|
void |
MarshalType.setDataFormatType(DataFormatType dataFormatType)
|
Type |
ProcessorType.unmarshal(DataFormatType dataFormatType)
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 DataFormatType | |
---|---|
MarshalType(DataFormatType dataFormatType)
|
|
UnmarshalType(DataFormatType dataFormatType)
|
Uses of DataFormatType in org.apache.camel.model.dataformat |
---|
Subclasses of DataFormatType 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 |
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 with parameters of type DataFormatType | |
---|---|
static DataFormat |
DataFormatType.getDataFormat(RouteContext routeContext,
DataFormatType type,
String ref)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |