|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormatType | |
---|---|
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 DataFormatType in org.apache.camel |
---|
Methods in org.apache.camel that return types with arguments of type DataFormatType | |
---|---|
Map<String,DataFormatType> |
CamelContext.getDataFormats()
Gets the data formats that can be referenced in the routes. |
Method parameters in org.apache.camel with type arguments of type DataFormatType | |
---|---|
void |
CamelContext.setDataFormats(Map<String,DataFormatType> dataFormats)
Sets the data formats that can be referenced in the routes. |
Uses of DataFormatType in org.apache.camel.impl |
---|
Methods in org.apache.camel.impl that return DataFormatType | |
---|---|
DataFormatType |
DefaultRouteContext.getDataFormat(String ref)
|
Methods in org.apache.camel.impl that return types with arguments of type DataFormatType | |
---|---|
Map<String,DataFormatType> |
DefaultCamelContext.getDataFormats()
|
Method parameters in org.apache.camel.impl with type arguments of type DataFormatType | |
---|---|
void |
DefaultCamelContext.setDataFormats(Map<String,DataFormatType> dataFormats)
|
Uses of DataFormatType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return DataFormatType | |
---|---|
DataFormatType |
MarshalType.getDataFormatType()
|
DataFormatType |
UnmarshalType.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 |
MarshalType.setDataFormatType(DataFormatType dataFormatType)
|
void |
UnmarshalType.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 |
JsonDataFormat
|
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 |
class |
ZipDataFormat
|
Methods in org.apache.camel.model.dataformat that return types with arguments of type DataFormatType | |
---|---|
Map<String,DataFormatType> |
DataFormatsType.asMap()
|
List<DataFormatType> |
DataFormatsType.getDataFormats()
|
Methods in org.apache.camel.model.dataformat with parameters of type DataFormatType | |
---|---|
static DataFormat |
DataFormatType.getDataFormat(RouteContext routeContext,
DataFormatType type,
String ref)
|
Method parameters in org.apache.camel.model.dataformat with type arguments of type DataFormatType | |
---|---|
void |
DataFormatsType.setDataFormats(List<DataFormatType> dataFormats)
|
Uses of DataFormatType in org.apache.camel.spi |
---|
Methods in org.apache.camel.spi that return DataFormatType | |
---|---|
DataFormatType |
RouteContext.getDataFormat(String ref)
Get a DataFormatType by ref name |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |