Interface DfdlEndpointBuilderFactory.DfdlEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
DfdlEndpointBuilderFactory
public static interface DfdlEndpointBuilderFactory.DfdlEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the DFDL component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()parseDirection(String parseDirection) Transform direction.parseDirection(org.apache.camel.component.dfdl.ParseDirection parseDirection) Transform direction.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
parseDirection
default DfdlEndpointBuilderFactory.DfdlEndpointBuilder parseDirection(org.apache.camel.component.dfdl.ParseDirection parseDirection) Transform direction. Either PARSE or UNPARSE. The option is a:org.apache.camel.component.dfdl.ParseDirectiontype. Default: PARSE Group: producer- Parameters:
parseDirection- the value to set- Returns:
- the dsl builder
-
parseDirection
Transform direction. Either PARSE or UNPARSE. The option will be converted to aorg.apache.camel.component.dfdl.ParseDirectiontype. Default: PARSE Group: producer- Parameters:
parseDirection- the value to set- Returns:
- the dsl builder
-