| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorComponentBuilderFactory.ValidatorComponentBuilder |
ComponentsBuilderFactory.validator()
Validator (camel-validator)
Validate the payload using XML Schema and JAXP Validation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidatorComponentBuilderFactory.ValidatorComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ValidatorComponentBuilderFactory.ValidatorComponentBuilder |
ValidatorComponentBuilderFactory.ValidatorComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ValidatorComponentBuilderFactory.ValidatorComponentBuilder |
ValidatorComponentBuilderFactory.ValidatorComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ValidatorComponentBuilderFactory.ValidatorComponentBuilder |
ValidatorComponentBuilderFactory.ValidatorComponentBuilder.resourceResolverFactory(org.apache.camel.component.validator.ValidatorResourceResolverFactory resourceResolverFactory)
To use a custom LSResourceResolver which depends on a dynamic
endpoint resource URI.
|
static ValidatorComponentBuilderFactory.ValidatorComponentBuilder |
ValidatorComponentBuilderFactory.validator()
Validator (camel-validator)
Validate the payload using XML Schema and JAXP Validation.
|
Apache Camel