Interface MsvEndpointBuilderFactory.MsvBuilders

    • Method Detail

      • msv

        default MsvEndpointBuilderFactory.MsvEndpointBuilder msv​(String path)
        MSV (camel-msv) Validate XML payloads using Multi-Schema Validator (MSV). Category: validation Since: 1.1 Maven coordinates: org.apache.camel:camel-msv Syntax: msv:resourceUri Path parameter: resourceUri (required) URL to a local resource on the classpath, or a reference to lookup a bean in the Registry, or a full URL to a remote resource or resource on the file system which contains the XSD to validate against.
        Parameters:
        path - resourceUri
        Returns:
        the dsl builder
      • msv

        default MsvEndpointBuilderFactory.MsvEndpointBuilder msv​(String componentName,
                                                                 String path)
        MSV (camel-msv) Validate XML payloads using Multi-Schema Validator (MSV). Category: validation Since: 1.1 Maven coordinates: org.apache.camel:camel-msv Syntax: msv:resourceUri Path parameter: resourceUri (required) URL to a local resource on the classpath, or a reference to lookup a bean in the Registry, or a full URL to a remote resource or resource on the file system which contains the XSD 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