Interface DataFormatEndpointBuilderFactory.DataFormatBuilders

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

public static interface DataFormatEndpointBuilderFactory.DataFormatBuilders
  • Method Details

    • dataformat

      Data Format (camel-dataformat) Use a Camel Data Format as a regular Camel Component. Category: core,transformation Since: 2.12 Maven coordinates: org.apache.camel:camel-dataformat Syntax: dataformat:name:operation Path parameter: name (required) Name of data format Path parameter: operation (required) Operation to use either marshal or unmarshal There are 2 enums and the value can be one of: marshal, unmarshal
      Parameters:
      path - name:operation
      Returns:
      the dsl builder
    • dataformat

      Data Format (camel-dataformat) Use a Camel Data Format as a regular Camel Component. Category: core,transformation Since: 2.12 Maven coordinates: org.apache.camel:camel-dataformat Syntax: dataformat:name:operation Path parameter: name (required) Name of data format Path parameter: operation (required) Operation to use either marshal or unmarshal There are 2 enums and the value can be one of: marshal, unmarshal
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name:operation
      Returns:
      the dsl builder