Interface DataFormatResolver


public interface DataFormatResolver
Represents a resolver of data formats.
  • Method Details

    • createDataFormat

      DataFormat createDataFormat(String name, CamelContext context)
      Creates the given data format given its name.
      Parameters:
      name - the name of the data format factory to lookup in Registry or create
      context - the camel context
      Returns:
      the data format or null if not possible to resolve