Interface XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    Enclosing interface:
    XsltEndpointBuilderFactory

    public static interface XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Advanced builder for endpoint for the XSLT component.
    • Method Detail

      • entityResolver

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder entityResolver​(Object entityResolver)
        To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource. The option is a: <code>org.xml.sax.EntityResolver</code> type. Group: advanced
        Parameters:
        entityResolver - the value to set
        Returns:
        the dsl builder
      • entityResolver

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder entityResolver​(String entityResolver)
        To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource. The option will be converted to a <code>org.xml.sax.EntityResolver</code> type. Group: advanced
        Parameters:
        entityResolver - the value to set
        Returns:
        the dsl builder
      • errorListener

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder errorListener​(Object errorListener)
        Allows to configure to use a custom javax.xml.transform.ErrorListener. Beware when doing this then the default error listener which captures any errors or fatal errors and store information on the Exchange as properties is not in use. So only use this option for special use-cases. The option is a: <code>javax.xml.transform.ErrorListener</code> type. Group: advanced
        Parameters:
        errorListener - the value to set
        Returns:
        the dsl builder
      • errorListener

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder errorListener​(String errorListener)
        Allows to configure to use a custom javax.xml.transform.ErrorListener. Beware when doing this then the default error listener which captures any errors or fatal errors and store information on the Exchange as properties is not in use. So only use this option for special use-cases. The option will be converted to a <code>javax.xml.transform.ErrorListener</code> type. Group: advanced
        Parameters:
        errorListener - the value to set
        Returns:
        the dsl builder
      • resultHandlerFactory

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder resultHandlerFactory​(Object resultHandlerFactory)
        Allows you to use a custom org.apache.camel.builder.xml.ResultHandlerFactory which is capable of using custom org.apache.camel.builder.xml.ResultHandler types. The option is a: <code>org.apache.camel.component.xslt.ResultHandlerFactory</code> type. Group: advanced
        Parameters:
        resultHandlerFactory - the value to set
        Returns:
        the dsl builder
      • resultHandlerFactory

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder resultHandlerFactory​(String resultHandlerFactory)
        Allows you to use a custom org.apache.camel.builder.xml.ResultHandlerFactory which is capable of using custom org.apache.camel.builder.xml.ResultHandler types. The option will be converted to a <code>org.apache.camel.component.xslt.ResultHandlerFactory</code> type. Group: advanced
        Parameters:
        resultHandlerFactory - the value to set
        Returns:
        the dsl builder
      • transformerFactory

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder transformerFactory​(Object transformerFactory)
        To use a custom XSLT transformer factory. The option is a: <code>javax.xml.transform.TransformerFactory</code> type. Group: advanced
        Parameters:
        transformerFactory - the value to set
        Returns:
        the dsl builder
      • transformerFactory

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder transformerFactory​(String transformerFactory)
        To use a custom XSLT transformer factory. The option will be converted to a <code>javax.xml.transform.TransformerFactory</code> type. Group: advanced
        Parameters:
        transformerFactory - the value to set
        Returns:
        the dsl builder
      • transformerFactoryClass

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder transformerFactoryClass​(String transformerFactoryClass)
        To use a custom XSLT transformer factory, specified as a FQN class name. The option is a: <code>java.lang.String</code> type. Group: advanced
        Parameters:
        transformerFactoryClass - the value to set
        Returns:
        the dsl builder
      • transformerFactoryConfigurationStrategy

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder transformerFactoryConfigurationStrategy​(Object transformerFactoryConfigurationStrategy)
        A configuration strategy to apply on freshly created instances of TransformerFactory. The option is a: <code>org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy</code> type. Group: advanced
        Parameters:
        transformerFactoryConfigurationStrategy - the value to set
        Returns:
        the dsl builder
      • transformerFactoryConfigurationStrategy

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder transformerFactoryConfigurationStrategy​(String transformerFactoryConfigurationStrategy)
        A configuration strategy to apply on freshly created instances of TransformerFactory. The option will be converted to a <code>org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy</code> type. Group: advanced
        Parameters:
        transformerFactoryConfigurationStrategy - the value to set
        Returns:
        the dsl builder
      • uriResolver

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder uriResolver​(Object uriResolver)
        To use a custom javax.xml.transform.URIResolver. The option is a: <code>javax.xml.transform.URIResolver</code> type. Group: advanced
        Parameters:
        uriResolver - the value to set
        Returns:
        the dsl builder
      • uriResolver

        default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder uriResolver​(String uriResolver)
        To use a custom javax.xml.transform.URIResolver. The option will be converted to a <code>javax.xml.transform.URIResolver</code> type. Group: advanced
        Parameters:
        uriResolver - the value to set
        Returns:
        the dsl builder