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.SchematronComponentBuilderComponentsBuilderFactory. 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 classSchematronComponentBuilderFactory.SchematronComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return SchematronComponentBuilderFactory.SchematronComponentBuilder Modifier and Type Method Description default SchematronComponentBuilderFactory.SchematronComponentBuilderSchematronComponentBuilderFactory.SchematronComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default SchematronComponentBuilderFactory.SchematronComponentBuilderSchematronComponentBuilderFactory.SchematronComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).static SchematronComponentBuilderFactory.SchematronComponentBuilderSchematronComponentBuilderFactory. schematron()Schematron (camel-schematron) Validate XML payload using the Schematron Library.
-