- setBody(Message) - Method in class org.apache.camel.component.xslt.DomResultHandler
-
- setBody(Message) - Method in class org.apache.camel.component.xslt.FileResultHandler
-
- setBody(Message) - Method in interface org.apache.camel.component.xslt.ResultHandler
-
- setBody(Message) - Method in class org.apache.camel.component.xslt.StreamResultHandler
-
- setBody(Message) - Method in class org.apache.camel.component.xslt.StringResultHandler
-
- setCacheCleared(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.xslt.XsltAggregationStrategy
-
- setContentCache(boolean) - Method in class org.apache.camel.component.xslt.XsltComponent
-
Cache for the resource content (the stylesheet file) when it is loaded.
- setContentCache(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Cache for the resource content (the stylesheet file) when it is loaded.
- setDeleteOutputFile(boolean) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setDeleteOutputFile(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
If you have output=file then this option dictates whether or not the output file should be deleted when the
Exchange is done processing.
- setEntityResolver(EntityResolver) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setEntityResolver(EntityResolver) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.
- setErrorListener(ErrorListener) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setErrorListener(ErrorListener) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Allows to configure to use a custom javax.xml.transform.ErrorListener.
- setFailOnNullBody(boolean) - Method in class org.apache.camel.component.xslt.XmlSourceHandlerFactoryImpl
-
Set if we should fail when the body is null
- setFailOnNullBody(boolean) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setFailOnNullBody(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Whether or not to throw an exception if the input body is null.
- setOutput(XsltOutput) - Method in class org.apache.camel.component.xslt.XsltAggregationStrategy
-
- setOutput(XsltOutput) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Option to specify which output type to use.
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Additional parameters to configure on the javax.xml.transform.Transformer.
- setPropertyName(String) - Method in class org.apache.camel.component.xslt.XsltAggregationStrategy
-
- setResourceUri(String) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Path to the template.
- setResultHandlerFactory(ResultHandlerFactory) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setResultHandlerFactory(ResultHandlerFactory) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
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.
- setSourceHandlerFactory(SourceHandlerFactory) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setTemplate(Templates) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setTransformerCacheSize(int) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to
Template.newTransformer().
- setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.component.xslt.XsltAggregationStrategy
-
- setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom XSLT transformer factory
- setTransformerFactoryClass(String) - Method in class org.apache.camel.component.xslt.XsltAggregationStrategy
-
- setTransformerFactoryClass(String) - Method in class org.apache.camel.component.xslt.XsltComponent
-
To use a custom XSLT transformer factory, specified as a FQN class name
- setTransformerFactoryClass(String) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom XSLT transformer factory, specified as a FQN class name
- setTransformerFactoryConfigurationStrategy(TransformerFactoryConfigurationStrategy) - Method in class org.apache.camel.component.xslt.XsltComponent
-
A configuration strategy to apply on freshly created instances of TransformerFactory.
- setTransformerFactoryConfigurationStrategy(TransformerFactoryConfigurationStrategy) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
A configuration strategy to apply on freshly created instances of TransformerFactory.
- setTransformerFile(File) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
Sets the XSLT transformer from a File
- setTransformerInputStream(InputStream) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
Sets the XSLT transformer from the given input stream
- setTransformerSource(Source) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
Sets the XSLT transformer from a Source
- setTransformerURL(URL) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
Sets the XSLT transformer from a URL
- setUriResolver(URIResolver) - Method in class org.apache.camel.component.xslt.XsltAggregationStrategy
-
- setUriResolver(URIResolver) - Method in class org.apache.camel.component.xslt.XsltBuilder
-
- setUriResolver(URIResolver) - Method in class org.apache.camel.component.xslt.XsltComponent
-
To use a custom UriResolver.
- setUriResolver(URIResolver) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom javax.xml.transform.URIResolver
- setUriResolverFactory(XsltUriResolverFactory) - Method in class org.apache.camel.component.xslt.XsltComponent
-
To use a custom UriResolver which depends on a dynamic endpoint resource URI.
- setXslt(XsltBuilder) - Method in class org.apache.camel.component.xslt.XsltAggregationStrategy
-
- setXslt(XsltBuilder) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
- SourceHandlerFactory - Interface in org.apache.camel.component.xslt
-
Interface to be implemented by concrete source handlers/converters
- StreamResultHandler - Class in org.apache.camel.component.xslt
-
Processes the XSLT result as a byte[]
- StreamResultHandler() - Constructor for class org.apache.camel.component.xslt.StreamResultHandler
-
- StreamResultHandlerFactory - Class in org.apache.camel.component.xslt
-
- StreamResultHandlerFactory() - Constructor for class org.apache.camel.component.xslt.StreamResultHandlerFactory
-
- StringResultHandler - Class in org.apache.camel.component.xslt
-
Processes the XSLT result as a String
- StringResultHandler() - Constructor for class org.apache.camel.component.xslt.StringResultHandler
-
- StringResultHandlerFactory - Class in org.apache.camel.component.xslt
-
- StringResultHandlerFactory() - Constructor for class org.apache.camel.component.xslt.StringResultHandlerFactory
-