Interface XQueryEndpointBuilderFactory.XQueryBuilders

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

public static interface XQueryEndpointBuilderFactory.XQueryBuilders
  • Method Details

    • xquery

      XQuery (camel-saxon) Query and/or transform XML payloads using XQuery and Saxon. Category: transformation Since: 1.0 Maven coordinates: org.apache.camel:camel-saxon Syntax: xquery:resourceUri Path parameter: resourceUri (required) The name of the template to load from classpath or file system
      Parameters:
      path - resourceUri
      Returns:
      the dsl builder
    • xquery

      default XQueryEndpointBuilderFactory.XQueryEndpointBuilder xquery(String componentName, String path)
      XQuery (camel-saxon) Query and/or transform XML payloads using XQuery and Saxon. Category: transformation Since: 1.0 Maven coordinates: org.apache.camel:camel-saxon Syntax: xquery:resourceUri Path parameter: resourceUri (required) The name of the template to load from classpath or file system
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - resourceUri
      Returns:
      the dsl builder