Uses of Interface
org.apache.camel.builder.endpoint.dsl.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
Packages that use XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder
-
Uses of XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilderModifier and TypeMethodDescriptionXsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.advanced()XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.entityResolver(String entityResolver) To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.entityResolver(EntityResolver entityResolver) To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.errorListener(String errorListener) Allows to configure to use a custom javax.xml.transform.ErrorListener.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.errorListener(ErrorListener errorListener) Allows to configure to use a custom javax.xml.transform.ErrorListener.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).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.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.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.saxonConfiguration(String saxonConfiguration) To use a custom Saxon configuration.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.saxonConfiguration(net.sf.saxon.Configuration saxonConfiguration) To use a custom Saxon configuration.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.saxonExtensionFunctions(String saxonExtensionFunctions) Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.secureProcessing(boolean secureProcessing) Feature for XML secure processing (see javax.xml.XMLConstants).XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.secureProcessing(String secureProcessing) Feature for XML secure processing (see javax.xml.XMLConstants).XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.transformerFactory(String transformerFactory) To use a custom XSLT transformer factory.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.transformerFactory(TransformerFactory transformerFactory) To use a custom XSLT transformer factory.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.transformerFactoryClass(String transformerFactoryClass) To use a custom XSLT transformer factory, specified as a FQN class name.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.transformerFactoryConfigurationStrategy(String transformerFactoryConfigurationStrategy) A configuration strategy to apply on freshly created instances of TransformerFactory.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy) A configuration strategy to apply on freshly created instances of TransformerFactory.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.uriResolver(String uriResolver) To use a custom javax.xml.transform.URIResolver.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.uriResolver(URIResolver uriResolver) To use a custom javax.xml.transform.URIResolver.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.xsltMessageLogger(String xsltMessageLogger) A consumer to messages generated during XSLT transformations.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.xsltMessageLogger(org.apache.camel.component.xslt.XsltMessageLogger xsltMessageLogger) A consumer to messages generated during XSLT transformations.