| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JingComponentBuilderFactory.JingComponentBuilder |
ComponentsBuilderFactory.jing()
Jing (camel-jing)
Validates the payload of a message using RelaxNG Syntax using Jing
library.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JingComponentBuilderFactory.JingComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default JingComponentBuilderFactory.JingComponentBuilder |
JingComponentBuilderFactory.JingComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
static JingComponentBuilderFactory.JingComponentBuilder |
JingComponentBuilderFactory.jing()
Jing (camel-jing)
Validates the payload of a message using RelaxNG Syntax using Jing
library.
|
default JingComponentBuilderFactory.JingComponentBuilder |
JingComponentBuilderFactory.JingComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel