Interface XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- XsltSaxonEndpointBuilderFactory
public static interface XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilderAdvanced builder for endpoint for the XSLT Saxon component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilderbasic()default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilderentityResolver(String entityResolver)To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilderentityResolver(EntityResolver entityResolver)To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildererrorListener(String errorListener)Allows to configure to use a custom javax.xml.transform.ErrorListener.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildererrorListener(ErrorListener errorListener)Allows to configure to use a custom javax.xml.transform.ErrorListener.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilderresultHandlerFactory(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.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilderresultHandlerFactory(org.apache.camel.component.xslt.ResultHandlerFactory 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.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildersaxonConfiguration(String saxonConfiguration)To use a custom Saxon configuration.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildersaxonConfiguration(net.sf.saxon.Configuration saxonConfiguration)To use a custom Saxon configuration.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildersaxonExtensionFunctions(String saxonExtensionFunctions)Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildertransformerFactory(String transformerFactory)To use a custom XSLT transformer factory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildertransformerFactory(TransformerFactory transformerFactory)To use a custom XSLT transformer factory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildertransformerFactoryClass(String transformerFactoryClass)To use a custom XSLT transformer factory, specified as a FQN class name.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildertransformerFactoryConfigurationStrategy(String transformerFactoryConfigurationStrategy)A configuration strategy to apply on freshly created instances of TransformerFactory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuildertransformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)A configuration strategy to apply on freshly created instances of TransformerFactory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilderuriResolver(String uriResolver)To use a custom javax.xml.transform.URIResolver.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilderuriResolver(URIResolver uriResolver)To use a custom javax.xml.transform.URIResolver.
-
-
-
Method Detail
-
basic
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder basic()
-
entityResolver
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder entityResolver(EntityResolver 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder errorListener(ErrorListener 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder resultHandlerFactory(org.apache.camel.component.xslt.ResultHandlerFactory 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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
-
saxonConfiguration
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder saxonConfiguration(net.sf.saxon.Configuration saxonConfiguration)
To use a custom Saxon configuration. The option is a: <code>net.sf.saxon.Configuration</code> type. Group: advanced- Parameters:
saxonConfiguration- the value to set- Returns:
- the dsl builder
-
saxonConfiguration
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder saxonConfiguration(String saxonConfiguration)
To use a custom Saxon configuration. The option will be converted to a <code>net.sf.saxon.Configuration</code> type. Group: advanced- Parameters:
saxonConfiguration- the value to set- Returns:
- the dsl builder
-
saxonExtensionFunctions
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder saxonExtensionFunctions(String saxonExtensionFunctions)
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition. You would need to add camel-saxon to the classpath. The function is looked up in the registry, where you can comma to separate multiple values to lookup. The option is a: <code>java.lang.String</code> type. Group: advanced- Parameters:
saxonExtensionFunctions- the value to set- Returns:
- the dsl builder
-
transformerFactory
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder transformerFactory(TransformerFactory 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder uriResolver(URIResolver 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 XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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
-
-