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.EndpointProducerBuilder
Advanced builder for endpoint for the XSLT Saxon component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder
basic()
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
entityResolver(Object entityResolver)
To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
entityResolver(String entityResolver)
To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
errorListener(Object errorListener)
Allows to configure to use a custom javax.xml.transform.ErrorListener.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
errorListener(String errorListener)
Allows to configure to use a custom javax.xml.transform.ErrorListener.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
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.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.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
saxonConfiguration(Object saxonConfiguration)
To use a custom Saxon configuration.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
saxonConfiguration(String saxonConfiguration)
To use a custom Saxon configuration.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
saxonExtensionFunctions(String saxonExtensionFunctions)
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
saxonExtensionFunctions(List<Object> saxonExtensionFunctions)
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
transformerFactory(Object transformerFactory)
To use a custom XSLT transformer factory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
transformerFactory(String transformerFactory)
To use a custom XSLT transformer factory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
transformerFactoryClass(String transformerFactoryClass)
To use a custom XSLT transformer factory, specified as a FQN class name.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
transformerFactoryConfigurationStrategy(Object transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of TransformerFactory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
transformerFactoryConfigurationStrategy(String transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of TransformerFactory.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
uriResolver(Object uriResolver)
To use a custom javax.xml.transform.URIResolver.default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
uriResolver(String uriResolver)
To use a custom javax.xml.transform.URIResolver.
-
-
-
Method Detail
-
basic
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder basic()
-
entityResolver
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder entityResolver(Object entityResolver)
To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource. The option is a:org.xml.sax.EntityResolver
type. Group: advanced
-
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 aorg.xml.sax.EntityResolver
type. Group: advanced
-
errorListener
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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:javax.xml.transform.ErrorListener
type. Group: advanced
-
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 ajavax.xml.transform.ErrorListener
type. Group: advanced
-
resultHandlerFactory
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder 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:org.apache.camel.component.xslt.ResultHandlerFactory
type. Group: advanced
-
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 aorg.apache.camel.component.xslt.ResultHandlerFactory
type. Group: advanced
-
saxonConfiguration
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder saxonConfiguration(Object saxonConfiguration)
To use a custom Saxon configuration. The option is a:net.sf.saxon.Configuration
type. Group: advanced
-
saxonConfiguration
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder saxonConfiguration(String saxonConfiguration)
To use a custom Saxon configuration. The option will be converted to anet.sf.saxon.Configuration
type. Group: advanced
-
saxonExtensionFunctions
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder saxonExtensionFunctions(List<Object> 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:java.util.List<java.lang.Object>
type. Group: advanced
-
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 will be converted to ajava.util.List<java.lang.Object>
type. Group: advanced
-
synchronous
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
transformerFactory
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder transformerFactory(Object transformerFactory)
To use a custom XSLT transformer factory. The option is a:javax.xml.transform.TransformerFactory
type. Group: advanced
-
transformerFactory
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder transformerFactory(String transformerFactory)
To use a custom XSLT transformer factory. The option will be converted to ajavax.xml.transform.TransformerFactory
type. Group: advanced
-
transformerFactoryClass
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder transformerFactoryClass(String transformerFactoryClass)
To use a custom XSLT transformer factory, specified as a FQN class name. The option is a:java.lang.String
type. Group: advanced
-
transformerFactoryConfigurationStrategy
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder transformerFactoryConfigurationStrategy(Object transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of TransformerFactory. The option is a:org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy
type. Group: advanced
-
transformerFactoryConfigurationStrategy
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder transformerFactoryConfigurationStrategy(String transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of TransformerFactory. The option will be converted to aorg.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy
type. Group: advanced
-
uriResolver
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder uriResolver(Object uriResolver)
To use a custom javax.xml.transform.URIResolver. The option is a:javax.xml.transform.URIResolver
type. Group: advanced
-
uriResolver
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder uriResolver(String uriResolver)
To use a custom javax.xml.transform.URIResolver. The option will be converted to ajavax.xml.transform.URIResolver
type. Group: advanced
-
-