Uses of Interface
org.apache.camel.spi.DataFormat
-
Packages that use DataFormat 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. -
-
Uses of DataFormat in org.apache.camel
Methods in org.apache.camel that return DataFormat Modifier and Type Method 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 -
Uses of DataFormat in org.apache.camel.spi
Classes in org.apache.camel.spi with type parameters of type DataFormat Modifier and Type Interface Description interface
DataFormatCustomizer<T extends DataFormat>
Methods in org.apache.camel.spi that return DataFormat Modifier and Type Method 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.Methods in org.apache.camel.spi with parameters of type DataFormat Modifier and Type Method Description Object
ManagementObjectStrategy. getManagedObjectForDataFormat(CamelContext context, DataFormat dataFormat)
ObjectName
ManagementObjectNameStrategy. getObjectNameForDataFormat(CamelContext context, DataFormat endpoint)
void
RestBindingJaxbDataFormatFactory. setupJaxb(CamelContext camelContext, RestConfiguration config, String type, String outType, DataFormat jaxb, DataFormat outJaxb)
Setup XML data format
-