Interface JingEndpointBuilderFactory.JingBuilders

    • Method Detail

      • jing

        default JingEndpointBuilderFactory.JingEndpointBuilder jing​(String path)
        Jing (camel-jing) Validate XML against a RelaxNG schema (XML Syntax or Compact Syntax) using Jing library. Category: validation Since: 1.1 Maven coordinates: org.apache.camel:camel-jing Syntax: jing:resourceUri Path parameter: resourceUri (required) URL to a local resource on the classpath or a full URL to a remote resource or resource on the file system which contains the schema to validate against.
        Parameters:
        path - resourceUri
        Returns:
        the dsl builder
      • jing

        default JingEndpointBuilderFactory.JingEndpointBuilder jing​(String componentName,
                                                                    String path)
        Jing (camel-jing) Validate XML against a RelaxNG schema (XML Syntax or Compact Syntax) using Jing library. Category: validation Since: 1.1 Maven coordinates: org.apache.camel:camel-jing Syntax: jing:resourceUri Path parameter: resourceUri (required) URL to a local resource on the classpath or a full URL to a remote resource or resource on the file system which contains the schema to validate against.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - resourceUri
        Returns:
        the dsl builder