Uses of Interface
org.apache.camel.builder.component.dsl.SchematronComponentBuilderFactory.SchematronComponentBuilder
-
Packages that use SchematronComponentBuilderFactory.SchematronComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of SchematronComponentBuilderFactory.SchematronComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SchematronComponentBuilderFactory.SchematronComponentBuilder Modifier and Type Method Description static SchematronComponentBuilderFactory.SchematronComponentBuilder
ComponentsBuilderFactory. schematron()
Schematron (camel-schematron) Validate XML payload using the Schematron Library. -
Uses of SchematronComponentBuilderFactory.SchematronComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SchematronComponentBuilderFactory.SchematronComponentBuilder Modifier and Type Class Description static class
SchematronComponentBuilderFactory.SchematronComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return SchematronComponentBuilderFactory.SchematronComponentBuilder Modifier and Type Method Description default SchematronComponentBuilderFactory.SchematronComponentBuilder
SchematronComponentBuilderFactory.SchematronComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default SchematronComponentBuilderFactory.SchematronComponentBuilder
SchematronComponentBuilderFactory.SchematronComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).static SchematronComponentBuilderFactory.SchematronComponentBuilder
SchematronComponentBuilderFactory. schematron()
Schematron (camel-schematron) Validate XML payload using the Schematron Library.
-