| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MsvComponentBuilderFactory.MsvComponentBuilder |
ComponentsBuilderFactory.msv()
MSV (camel-msv)
Validate XML payloads using Multi-Schema Validator (MSV).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MsvComponentBuilderFactory.MsvComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default MsvComponentBuilderFactory.MsvComponentBuilder |
MsvComponentBuilderFactory.MsvComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default MsvComponentBuilderFactory.MsvComponentBuilder |
MsvComponentBuilderFactory.MsvComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static MsvComponentBuilderFactory.MsvComponentBuilder |
MsvComponentBuilderFactory.msv()
MSV (camel-msv)
Validate XML payloads using Multi-Schema Validator (MSV).
|
default MsvComponentBuilderFactory.MsvComponentBuilder |
MsvComponentBuilderFactory.MsvComponentBuilder.resourceResolverFactory(org.apache.camel.component.validator.ValidatorResourceResolverFactory resourceResolverFactory)
To use a custom LSResourceResolver which depends on a dynamic
endpoint resource URI.
|
default MsvComponentBuilderFactory.MsvComponentBuilder |
MsvComponentBuilderFactory.MsvComponentBuilder.schemaFactory(SchemaFactory schemaFactory)
To use the javax.xml.validation.SchemaFactory.
|
Apache Camel