Interface FlatpackEndpointBuilderFactory.FlatpackBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
FlatpackEndpointBuilderFactory

public static interface FlatpackEndpointBuilderFactory.FlatpackBuilders
  • Method Details

    • flatpack

      Flatpack (camel-flatpack) Parse fixed width and delimited files using the FlatPack library. Category: transformation Since: 1.4 Maven coordinates: org.apache.camel:camel-flatpack
      Returns:
      the dsl builder for the headers' name.
    • flatpack

      Flatpack (camel-flatpack) Parse fixed width and delimited files using the FlatPack library. Category: transformation Since: 1.4 Maven coordinates: org.apache.camel:camel-flatpack Syntax: flatpack:type:resourceUri Path parameter: type Whether to use fixed or delimiter Default value: delim There are 2 enums and the value can be one of: fixed, delim Path parameter: resourceUri (required) URL for loading the flatpack mapping file from classpath or file system This option can also be loaded from an existing file, by prefixing with file: or classpath: followed by the location of the file.
      Parameters:
      path - type:resourceUri
      Returns:
      the dsl builder
    • flatpack

      default FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder flatpack(String componentName, String path)
      Flatpack (camel-flatpack) Parse fixed width and delimited files using the FlatPack library. Category: transformation Since: 1.4 Maven coordinates: org.apache.camel:camel-flatpack Syntax: flatpack:type:resourceUri Path parameter: type Whether to use fixed or delimiter Default value: delim There are 2 enums and the value can be one of: fixed, delim Path parameter: resourceUri (required) URL for loading the flatpack mapping file from classpath or file system This option can also be loaded from an existing file, by prefixing with file: or classpath: followed by the location of the file.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - type:resourceUri
      Returns:
      the dsl builder