Interface DfdlComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface DfdlComponentBuilderFactory
Transforms fixed format data such as EDI message from/to XML using a Data
Format Description Language (DFDL).
Generated by camel build tools - do NOT edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the DFDL component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptiondfdl()DFDL (camel-dfdl) Transforms fixed format data such as EDI message from/to XML using a Data Format Description Language (DFDL).
-
Method Details
-
dfdl
DFDL (camel-dfdl) Transforms fixed format data such as EDI message from/to XML using a Data Format Description Language (DFDL). Category: transformation Since: 4.11 Maven coordinates: org.apache.camel:camel-dfdl- Returns:
- the dsl builder
-