Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
DataFormat |
CamelContext.createDataFormat(String name)
Creates the given data format given its name.
|
DataFormat |
CamelContext.resolveDataFormat(String name)
Resolve a data format given its name
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataFormatCustomizer<T extends DataFormat> |
Modifier and Type | Method and Description |
---|---|
DataFormat |
DataFormatResolver.createDataFormat(String name,
CamelContext context)
Creates the given data format given its name.
|
DataFormat |
DataFormatFactory.newInstance()
Creates a new DataFormat instance.
|
DataFormat |
DataFormatResolver.resolveDataFormat(String name,
CamelContext context)
Resolves the given data format given its name.
|
Modifier and Type | Method and Description |
---|---|
Object |
ManagementObjectStrategy.getManagedObjectForDataFormat(CamelContext context,
DataFormat dataFormat) |
ObjectName |
ManagementObjectNameStrategy.getObjectNameForDataFormat(CamelContext context,
DataFormat endpoint) |
void |
RestBindingJaxbDataFormatFactory.setupJaxb(CamelContext camelContext,
RestConfiguration config,
String type,
Class<?> typeClass,
String outType,
Class<?> outTypeClass,
DataFormat jaxb,
DataFormat outJaxb)
Setup XML data format
|
Apache Camel