| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MvelEndpointBuilderFactory.MvelEndpointBuilder |
StaticEndpointBuilders.mvel(String path)
MVEL (camel-mvel)
Transform messages using an MVEL template.
|
static MvelEndpointBuilderFactory.MvelEndpointBuilder |
StaticEndpointBuilders.mvel(String componentName,
String path)
MVEL (camel-mvel)
Transform messages using an MVEL template.
|
| Modifier and Type | Method and Description |
|---|---|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.encoding(String encoding)
Character encoding of the resource content.
|
static MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelBuilders.mvel(String path)
MVEL (camel-mvel)
Transform messages using an MVEL template.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
MvelEndpointBuilderFactory.MvelBuilders.mvel(String componentName,
String path)
MVEL (camel-mvel)
Transform messages using an MVEL template.
|
Apache Camel