Uses of Interface
org.apache.camel.builder.endpoint.dsl.SchematronEndpointBuilderFactory.SchematronEndpointBuilder
Packages that use SchematronEndpointBuilderFactory.SchematronEndpointBuilder
-
Uses of SchematronEndpointBuilderFactory.SchematronEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SchematronEndpointBuilderFactory.SchematronEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.schematron(String path) Schematron (camel-schematron) Validate XML payload using the Schematron Library.StaticEndpointBuilders.schematron(String componentName, String path) Schematron (camel-schematron) Validate XML payload using the Schematron Library. -
Uses of SchematronEndpointBuilderFactory.SchematronEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SchematronEndpointBuilderFactory.SchematronEndpointBuilderModifier and TypeMethodDescriptionSchematronEndpointBuilderFactory.SchematronEndpointBuilder.abort(boolean abort) Flag to abort the route and throw a schematron validation exception.Flag to abort the route and throw a schematron validation exception.SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder.basic()SchematronEndpointBuilderFactory.endpointBuilder(String componentName, String path) To use the given schematron rules instead of loading from the path.To use the given schematron rules instead of loading from the path.SchematronEndpointBuilderFactory.SchematronBuilders.schematron(String path) Schematron (camel-schematron) Validate XML payload using the Schematron Library.SchematronEndpointBuilderFactory.SchematronBuilders.schematron(String componentName, String path) Schematron (camel-schematron) Validate XML payload using the Schematron Library.