| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_XSLT_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.xslt.autowiredEnabled" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_CONTENT_CACHE_CONF |
"camel.component.xslt.contentCache" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_CONTENT_CACHE_DOC |
"Cache for the resource content (the stylesheet file) when it is loaded. If set to false Camel will reload the stylesheet file on each message processing. This is good for development. A cached stylesheet can be forced to reload at runtime via JMX using the clearCachedStylesheet operation." |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.xslt.lazyStartProducer" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_TRANSFORMER_FACTORY_CLASS_CONF |
"camel.component.xslt.transformerFactoryClass" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_TRANSFORMER_FACTORY_CLASS_DOC |
"To use a custom XSLT transformer factory, specified as a FQN class name" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_TRANSFORMER_FACTORY_CONFIGURATION_STRATEGY_CONF |
"camel.component.xslt.transformerFactoryConfigurationStrategy" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_TRANSFORMER_FACTORY_CONFIGURATION_STRATEGY_DOC |
"A configuration strategy to apply on freshly created instances of TransformerFactory." |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_URI_RESOLVER_CONF |
"camel.component.xslt.uriResolver" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_URI_RESOLVER_DOC |
"To use a custom UriResolver. Should not be used together with the option \'uriResolverFactory\'." |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_URI_RESOLVER_FACTORY_CONF |
"camel.component.xslt.uriResolverFactory" |
public static final String |
CAMEL_SINK_XSLT_COMPONENT_URI_RESOLVER_FACTORY_DOC |
"To use a custom UriResolver which depends on a dynamic endpoint resource URI. Should not be used together with the option \'uriResolver\'." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_CONTENT_CACHE_CONF |
"camel.sink.endpoint.contentCache" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_CONTENT_CACHE_DOC |
"Cache for the resource content (the stylesheet file) when it is loaded. If set to false Camel will reload the stylesheet file on each message processing. This is good for development. A cached stylesheet can be forced to reload at runtime via JMX using the clearCachedStylesheet operation." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_DELETE_OUTPUT_FILE_CONF |
"camel.sink.endpoint.deleteOutputFile" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_DELETE_OUTPUT_FILE_DOC |
"If you have output=file then this option dictates whether or not the output file should be deleted when the Exchange is done processing. For example suppose the output file is a temporary file, then it can be a good idea to delete it after use." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_ENTITY_RESOLVER_CONF |
"camel.sink.endpoint.entityResolver" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_ENTITY_RESOLVER_DOC |
"To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_ERROR_LISTENER_CONF |
"camel.sink.endpoint.errorListener" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_ERROR_LISTENER_DOC |
"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." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_FAIL_ON_NULL_BODY_CONF |
"camel.sink.endpoint.failOnNullBody" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_FAIL_ON_NULL_BODY_DOC |
"Whether or not to throw an exception if the input body is null." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_OUTPUT_CONF |
"camel.sink.endpoint.output" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_OUTPUT_DEFAULT |
"string" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_OUTPUT_DOC |
"Option to specify which output type to use. Possible values are: string, bytes, DOM, file. The first three options are all in memory based, where as file is streamed directly to a java.io.File. For file you must specify the filename in the IN header with the key Exchange.XSLT_FILE_NAME which is also CamelXsltFileName. Also any paths leading to the filename must be created beforehand, otherwise an exception is thrown at runtime. One of: [string] [bytes] [DOM] [file]" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_RESULT_HANDLER_FACTORY_CONF |
"camel.sink.endpoint.resultHandlerFactory" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_RESULT_HANDLER_FACTORY_DOC |
"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." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_CACHE_SIZE_CONF |
"camel.sink.endpoint.transformerCacheSize" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_CACHE_SIZE_DOC |
"The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer()." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_FACTORY_CLASS_CONF |
"camel.sink.endpoint.transformerFactoryClass" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_FACTORY_CLASS_DOC |
"To use a custom XSLT transformer factory, specified as a FQN class name" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_FACTORY_CONF |
"camel.sink.endpoint.transformerFactory" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_FACTORY_CONFIGURATION_STRATEGY_CONF |
"camel.sink.endpoint.transformerFactoryConfigurationStrategy" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_FACTORY_CONFIGURATION_STRATEGY_DOC |
"A configuration strategy to apply on freshly created instances of TransformerFactory." |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_TRANSFORMER_FACTORY_DOC |
"To use a custom XSLT transformer factory" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_URI_RESOLVER_CONF |
"camel.sink.endpoint.uriResolver" |
public static final String |
CAMEL_SINK_XSLT_ENDPOINT_URI_RESOLVER_DOC |
"To use a custom javax.xml.transform.URIResolver" |
public static final String |
CAMEL_SINK_XSLT_PATH_RESOURCE_URI_CONF |
"camel.sink.path.resourceUri" |
public static final String |
CAMEL_SINK_XSLT_PATH_RESOURCE_URI_DOC |
"Path to the template. The following is supported by the default URIResolver. You can prefix with: classpath, file, http, ref, or bean. classpath, file and http loads the resource using these protocols (classpath is default). ref will lookup the resource in the registry. bean will call a method on a bean to be used as the resource. For bean you can specify the method name after dot, eg bean:myBean.myMethod" |
Copyright © 2021 The Apache Software Foundation. All rights reserved.