Interface SchematronEndpointBuilderFactory.SchematronBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
SchematronEndpointBuilderFactory

public static interface SchematronEndpointBuilderFactory.SchematronBuilders
  • Method Details

    • schematron

      Schematron (camel-schematron) Validate XML payload using the Schematron Library. Category: validation Since: 2.15 Maven coordinates: org.apache.camel:camel-schematron Syntax: schematron:path Path parameter: path (required) The path to the schematron rules file. Can either be in class path or location in the file system.
      Parameters:
      path - path
      Returns:
      the dsl builder
    • schematron

      Schematron (camel-schematron) Validate XML payload using the Schematron Library. Category: validation Since: 2.15 Maven coordinates: org.apache.camel:camel-schematron Syntax: schematron:path Path parameter: path (required) The path to the schematron rules file. Can either be in class path or location in the file system.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - path
      Returns:
      the dsl builder