Interface SchematronEndpointBuilderFactory.SchematronBuilders

    • Method Detail

      • schematron

        default SchematronEndpointBuilderFactory.SchematronEndpointBuilder schematron​(String path)
        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

        default SchematronEndpointBuilderFactory.SchematronEndpointBuilder schematron​(String componentName,
                                                                                      String path)
        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