Uses of Interface
org.apache.camel.builder.component.dsl.SmooksComponentBuilderFactory.SmooksComponentBuilder
Packages that use SmooksComponentBuilderFactory.SmooksComponentBuilder
-
Uses of SmooksComponentBuilderFactory.SmooksComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SmooksComponentBuilderFactory.SmooksComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.smooks()Smooks (camel-smooks) Use Smooks to transform, route, and bind both XML and non-XML data, including EDI, CSV, JSON, and YAML. -
Uses of SmooksComponentBuilderFactory.SmooksComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SmooksComponentBuilderFactory.SmooksComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return SmooksComponentBuilderFactory.SmooksComponentBuilderModifier and TypeMethodDescriptionSmooksComponentBuilderFactory.SmooksComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SmooksComponentBuilderFactory.SmooksComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SmooksComponentBuilderFactory.smooks()Smooks (camel-smooks) Use Smooks to transform, route, and bind both XML and non-XML data, including EDI, CSV, JSON, and YAML.SmooksComponentBuilderFactory.SmooksComponentBuilder.smooksFactory(org.smooks.SmooksFactory smooksFactory) To use a custom factory for creating Smooks.