@Component(value="xslt-saxon")
public class XsltSaxonComponent
extends org.apache.camel.component.xslt.XsltComponent
| Constructor and Description |
|---|
XsltSaxonComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureEndpoint(org.apache.camel.Endpoint endpoint,
String remaining,
Map<String,Object> parameters) |
protected XsltSaxonEndpoint |
createXsltEndpoint(String uri) |
net.sf.saxon.Configuration |
getSaxonConfiguration() |
Map<String,Object> |
getSaxonConfigurationProperties() |
List<Object> |
getSaxonExtensionFunctions() |
void |
setSaxonConfiguration(net.sf.saxon.Configuration saxonConfiguration)
To use a custom Saxon configuration
|
void |
setSaxonConfigurationProperties(Map<String,Object> configurationProperties)
To set custom Saxon configuration properties
|
void |
setSaxonExtensionFunctions(List<Object> extensionFunctions)
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.
|
void |
setSaxonExtensionFunctions(String extensionFunctions)
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.
|
createEndpoint, getTransformerFactoryClass, getTransformerFactoryConfigurationStrategy, getUriResolver, getUriResolverFactory, isContentCache, setContentCache, setTransformerFactoryClass, setTransformerFactoryConfigurationStrategy, setUriResolver, setUriResolverFactoryafterConfiguration, createEndpoint, createEndpoint, doBuild, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setSaxonExtensionFunctions(List<Object> extensionFunctions)
public void setSaxonExtensionFunctions(String extensionFunctions)
public net.sf.saxon.Configuration getSaxonConfiguration()
public void setSaxonConfiguration(net.sf.saxon.Configuration saxonConfiguration)
public void setSaxonConfigurationProperties(Map<String,Object> configurationProperties)
protected XsltSaxonEndpoint createXsltEndpoint(String uri)
createXsltEndpoint in class org.apache.camel.component.xslt.XsltComponentApache Camel