Interface XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    All Known Subinterfaces:
    XQueryEndpointBuilderFactory.AdvancedXQueryEndpointBuilder
    Enclosing interface:
    XQueryEndpointBuilderFactory

    public static interface XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Advanced builder for endpoint producers for the XQuery component.
    • Method Detail

      • lazyStartProducer

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder lazyStartProducer​(boolean lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a: <code>boolean</code> type. Default: false Group: producer (advanced)
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder lazyStartProducer​(String lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to a <code>boolean</code> type. Default: false Group: producer (advanced)
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • configuration

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder configuration​(net.sf.saxon.Configuration configuration)
        To use a custom Saxon configuration. The option is a: <code>net.sf.saxon.Configuration</code> type. Group: advanced
        Parameters:
        configuration - the value to set
        Returns:
        the dsl builder
      • configurationProperties

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder configurationProperties​(Map<String,​Object> configurationProperties)
        To set custom Saxon configuration properties. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. Group: advanced
        Parameters:
        configurationProperties - the value to set
        Returns:
        the dsl builder
      • configurationProperties

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder configurationProperties​(String configurationProperties)
        To set custom Saxon configuration properties. The option will be converted to a <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. Group: advanced
        Parameters:
        configurationProperties - the value to set
        Returns:
        the dsl builder
      • moduleURIResolver

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder moduleURIResolver​(net.sf.saxon.lib.ModuleURIResolver moduleURIResolver)
        To use the custom ModuleURIResolver. The option is a: <code>net.sf.saxon.lib.ModuleURIResolver</code> type. Group: advanced
        Parameters:
        moduleURIResolver - the value to set
        Returns:
        the dsl builder
      • staticQueryContext

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder staticQueryContext​(net.sf.saxon.query.StaticQueryContext staticQueryContext)
        To use a custom Saxon StaticQueryContext. The option is a: <code>net.sf.saxon.query.StaticQueryContext</code> type. Group: advanced
        Parameters:
        staticQueryContext - the value to set
        Returns:
        the dsl builder
      • staticQueryContext

        default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder staticQueryContext​(String staticQueryContext)
        To use a custom Saxon StaticQueryContext. The option will be converted to a <code>net.sf.saxon.query.StaticQueryContext</code> type. Group: advanced
        Parameters:
        staticQueryContext - the value to set
        Returns:
        the dsl builder